Позволяет группировать вкладки. Открывает их в том же типе окна, в котором вкладки были открыты, например, инкогнито.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Менеджер вкладок",
"description": "Группирует вкладки",
"version": "1.2",
"permissions": [
"tabs",
"storage"
],
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"applications": {
"gecko": {
"id": "{911c23d9-314b-45d6-bf8c-a19aee142df7}",
"strict_min_version": "45.0"
}
},
"browser_action": {
"default_title": "Settings",
"default_popup": "popup/settings.html"
},
"author": "Loadi",
"icons": {
"48": "icon48.png"
}
}