Inspect and view changes in AI Webpage Summarizer - ChatGPT 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": "AI Webpage Summarizer - ChatGPT",
"version": "1.0.9",
"description": "Summarize and ask questions about the content on any page with one click. Quick, easy to use - a massive time saver.",
"manifest_version": 3,
"author": "JTor",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": "icons/icon48.png",
"default_title": "AI Page Assistant"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}