Combine URL Firefox

Examine source code of Combine URL

By: Stevan
Inspect and view changes in Combine URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Combine URL Extensions",
  "version": "1.0",
  "description": "Combines url parts",
  "icons": {
    "48": "icon48.png"
  },
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Url Combine",
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Combines url parts"
    }
  }
}

Best Combine URL Alternatives

Here are some Firefox add-ons that are similar to Combine URL: