Extract URL from Query String Firefox

Examine source code of Extract URL from Query String

제작자: Campione.Dev
Inspect and view changes in Extract URL from Query String source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Extract URL from Query String",
  "description": "Adds a command to the right-click context menu for links that searches for an URL encoded in the query string and, if found, open it",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

최고의 Extract URL from Query String 대안

다음은 Extract URL from Query String과(와) 유사한 Firefox add-on입니다: