Tree Style Tab

Tree Style Tab

If no tab is selected, simply press ENTER to search the keyword on the Internet directly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tree Style Tab",
  "version": "3.8.24.1225",
  "description": "If no tab is selected, simply press ENTER to search the keyword on the Internet directly!",
  "permissions": [
    "bookmarks",
    "tabs",
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Alt + Q",
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Q",
        "mac": "Alt+Q",
        "linux": "Alt+Q",
        "chromeos": "Alt+Q"
      }
    }
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}