Distance2Ankara Firefox

Examine source code of Distance2Ankara

Inspect and view changes in Distance2Ankara source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Distance2Ankara",
  "version": "1.1",
  "description": "Checks the distance between a location and Ankara.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon48.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "applications": {
    "gecko": {
      "id": "city-distance-checker@yourdomain.com",
      "strict_min_version": "60.0"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}

Best Distance2Ankara Alternatives

Here are some Firefox add-ons that are similar to Distance2Ankara: