Inspect and view changes in All Tab Manager 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": "All Tab Manager",
"version": "1.0.0",
"description": "Manage tabs across windows",
"manifest_version": 3,
"permissions": [
"tabs",
"tabGroups"
],
"author": "Priyansi Parida",
"action": {
"default_popup": "index.html",
"default_title": "Manage tabs across windows"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}