Shows the URL of the link that is under your finger on touch-screen devices.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}