URL Explorer Firefox

Examine source code of URL Explorer

By: Le
Inspect and view changes in URL Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "URL Explorer",
  "version": "1.0",
  "description": "Khám phá liên kết nội bộ để về đích nhanh nhất.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "URL Explorer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{57476106-947b-4629-b587-0ff74a8576bc}"
    }
  }
}

Best URL Explorer Alternatives

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