By: Myon
Inspect and view changes in ChatGPT TLDR source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ChatGPT TLDR",
"version": "0.0.6",
"description": "Use ChatGPT to summarize page.",
"browser_action": {
"default_icon": "./assets/icon.svg",
"default_popup": "./dist/popup/index.html"
},
"options_ui": {
"page": "./dist/options/index.html",
"open_in_tab": true,
"chrome_style": false
},
"background": {
"scripts": [
"./dist/background/index.mjs"
]
},
"icons": {
"16": "./assets/icon.svg",
"48": "./assets/icon.svg",
"128": "./assets/icon.svg"
},
"permissions": [
"storage",
"contextMenus",
"http://*/",
"https://*/"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"./dist/contentScripts/index.global.js"
]
}
],
"web_accessible_resources": [
"dist/contentScripts/style.css"
],
"browser_specific_settings": {
"gecko": {
"id": "{125392e8-f238-4a62-8ac5-2ccb17bbb973}"
}
}
} Best ChatGPT TLDR Alternatives
Here are some Firefox add-ons that are similar to ChatGPT TLDR: