Persistent tabs Firefox

Examine source code of Persistent tabs

제작자: DEV.associados Add-on
Inspect and view changes in Persistent tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Persistent Tabs Manager",
  "version": "1.1.7",
  "description": "Gerencia abas persistentes com grupos e interface amigável",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "contextMenus",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "persistent-tabs@devassociados.com.br",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "data_collected": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Persistent Tabs",
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.png"
  },
  "options_ui": {
    "page": "manager.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

최고의 Persistent tabs 대안

다음은 Persistent tabs과(와) 유사한 Firefox add-on입니다: