Inspect and view changes in Smart Page source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Smart Page",
"version": "1.0.0",
"description": "SmartPage is a chrome extension built to make it easier to traverse pages in textbooks and other pdfs.",
"manifest_version": 3,
"author": "Krish Katariya",
"permissions": [
"tabs",
"storage"
],
"action": {
"default_popup": "index.html",
"default_title": "Test"
}
}