Inspect and view changes in Tab IQ 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
{
"name": "Tab IQ",
"version": "0.0.6",
"description": "Tab saver",
"manifest_version": 3,
"author": "Solomon Kinard",
"action": {
"default_popup": "default_popup.html"
},
"permissions": [
"tabs",
"tabGroups",
"favicon",
"sidePanel",
"storage"
],
"icons": {
"128": "icons/128.png"
},
"side_panel": {
"default_path": "default_popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}