Tabtiby-Tab Manager

Tabtiby-Tab Manager

一键定位、打开、收藏标签页,更快、更专注的管理窗口选项卡,同时支持一键破解多个网站复制。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/ico19_disable.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "img/ico.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/inject.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "options.html",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "version": "1.0.23",
  "web_accessible_resources": [
    {
      "resources": [
        "js/normal.js",
        "js/docText.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/allowcopy/ojenpcpjmgokogndaimfcfokfjapohjd?utm_medium=extension&utm_source=allowcopy"
}