Tab & URL manager

Tab & URL manager

Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab & URL manager",
  "version": "0.2.7",
  "default_locale": "en",
  "description": "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.",
  "icons": {
    "16": "img/zen.png",
    "48": "img/zen.png",
    "128": "img/zen.png"
  },
  "minimum_chrome_version": "53",
  "browser_action": {
    "default_icon": "img/zen.png",
    "default_title": "Tab & URL manager",
    "default_popup": "popup.html"
  },
  "author": "lwpro2",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+L",
        "mac": "Alt+L",
        "chromeos": "Alt+L",
        "linux": "Alt+L"
      }
    },
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+L",
        "windows": "Alt+L",
        "mac": "Alt+L",
        "chromeos": "Alt+L",
        "linux": "Alt+L"
      }
    }
  },
  "homepage_url": "https://lwpro2.dev/",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "history",
    "tabs",
    "storage",
    "http://suggestqueries.google.com/*"
  ],
  "short_name ": "Tab and URL address manager"
}