Hyperlink Text Selector
Hold Shift and select text from a link.
What is Hyperlink Text Selector?
Hyperlink Text Selector is a Chrome extension developed by holden321, and its main feature is "Hold Shift and select text from a link.".
Extension Screenshots
Download Hyperlink Text Selector Extension CRX File
Download Hyperlink Text Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Small and fast extension. Looks and feels almost like in the Opera browser :) Enjoy!
Extension Basic Information
Name | Hyperlink Text Selector |
ID | ojnfanikhkhoklphdcehbolcpeipbaec |
Official URL | https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec |
Description | Hold Shift and select text from a link. |
File Size | 14.66 KB |
Installation Count | 1,387 |
Current Version | 1.3 |
Last Updated | 2015-01-03 |
Publish Date | 2015-01-03 |
Rating | 4.06/5 Total 50 Ratings |
Developer | holden321 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "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" } ] } |