By: jerry
Inspect and view changes in Multi-Container Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Multi-Container Tabs",
"version": "1.0.0",
"description": "每个标签页自动在独立容器中打开,实现完美的Cookie和Storage隔离",
"browser_specific_settings": {
"gecko": {
"id": "multi-container-tabs@example.com",
"strict_min_version": "109.0"
}
},
"permissions": [
"tabs",
"cookies",
"contextualIdentities",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon.png",
"32": "icons/icon.png",
"48": "icons/icon.png"
},
"default_title": "容器管理"
},
"icons": {
"48": "icons/icon.png",
"96": "icons/icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} Best Multi-Container Tabs Alternatives
Here are some Firefox add-ons that are similar to Multi-Container Tabs: