Tabdash - Navigate Tabs with Ease Firefox

Examine source code of Tabdash - Navigate Tabs with Ease

제작자: gilyazovtr
Inspect and view changes in Tabdash - Navigate Tabs with Ease source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tabdash - Navigate Tabs with Ease",
  "version": "0.0.3",
  "description": "Tabdash is the ultimate tab search extension that empowers you to effortlessly find and organize your tabs.",
  "action": {
    "default_icon": "./assets/icons/logo-128.png"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background/index.mjs"
    ],
    "type": "module"
  },
  "icons": {
    "16": "./assets/icons/logo-16.png",
    "48": "./assets/icons/logo-48.png",
    "128": "./assets/icons/logo-128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "search",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content-script/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/content-script/style.css",
        "dist/popup/popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "toggleTabdash1": {
      "suggested_key": {
        "default": "Ctrl+E",
        "mac": "Command+E"
      },
      "description": "Toggle Tabdash"
    },
    "toggleTabdash2": {
      "suggested_key": {
        "default": "Ctrl+Space",
        "mac": "Alt+Space"
      },
      "description": "Toggle Tabdash"
    },
    "toggleTabdash3": {
      "description": "Toggle Tabdash"
    },
    "toggleTabdash4": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Toggle Tabdash"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{37d1b9e1-bef9-4f3c-9c8f-d7dd962c1697}"
    }
  }
}

최고의 Tabdash - Navigate Tabs with Ease 대안

다음은 Tabdash - Navigate Tabs with Ease과(와) 유사한 Firefox add-on입니다: