WebExtension.net
WebExtension.net

Hyperlink Text Selector

View on Chrome Web Store
View Hyperlink Text Selector Chrome Extension on Chrome Web Store
4.0 (52 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Hold Shift and select text from a link.
Type
Extension
Users
1,000 users
holden321
View author page of holden321
Published
Published on January 25, 2014
Version 1.3
Manifest version
2
Updated
Updated on January 3, 2015
View on Chrome Web Store
View Hyperlink Text Selector Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top