Show The Finger URL

Show The Finger URL

Shows the URL of the link that is under your finger on touch-screen devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Show The Finger URL",
  "author": "Terry",
  "version": "0.1.2",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "24": "icon_24.png",
    "48": "icon_48.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}