Address Quick Display Firefox

Examine source code of Address Quick Display

提供元: ZR0W Add-on
Inspect and view changes in Address Quick Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Address Quick Display",
  "version": "0.1.0",
  "description": "Select an address on any page, right-click, and preview it on a small movable map panel without leaving the page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "addressquickdisplay@aqd.local",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Address Quick Display",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "src/background/background.js",
    "scripts": [
      "src/background/background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/panel/panel.html",
        "src/panel/panel.css",
        "src/panel/panel.js",
        "src/common/maps.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

ベストのAddress Quick Display代替案

Address Quick Displayに類似したFirefox add-onをいくつか紹介します: