By: Casey Haralson
Inspect and view changes in AI Web Content Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "AI Web Content Summarizer",
"version": "0.0.1",
"description": "Extract and summarize web content using your preferred AI service",
"browser_specific_settings": {
"gecko": {
"id": "ai-web-content-summarizer@entifix.com"
}
},
"options_ui": {
"page": "html/options.html"
},
"background": {
"scripts": [
"scripts/service_worker.bundle.js"
]
},
"browser_action": {
"default_popup": "html/popup.html",
"default_icon": {
"34": "images/icon-34.png",
"128": "images/icon-128.png"
}
},
"content_scripts": [
{
"js": [
"scripts/content_script.bundle.js"
],
"run_at": "document_start",
"matches": [
"*://*/*"
]
}
],
"icons": {
"34": "images/icon-34.png",
"128": "images/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"tabs",
"<all_urls>"
],
"manifest_version": 2
} Best AI Web Content Summarizer Alternatives
Here are some Firefox add-ons that are similar to AI Web Content Summarizer: