Hyperlink Text Selector
Hold Shift and select text from a link.
Wat is Hyperlink Text Selector?
Hyperlink Text Selector is een Chrome-extensie ontwikkeld door holden321, en de belangrijkste functie is "Hold Shift and select text from a link.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hyperlink Text Selector
Download Hyperlink Text Selector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Small and fast extension. Looks and feels almost like in the Opera browser :) Enjoy!
Basisinformatie over de Extensie
Naam | Hyperlink Text Selector |
ID | ojnfanikhkhoklphdcehbolcpeipbaec |
Officiële URL | https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec |
Beschrijving | Hold Shift and select text from a link. |
Bestandsgrootte | 14.66 KB |
Aantal Installaties | 1,387 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-01-03 |
Publicatiedatum | 2015-01-03 |
Beoordeling | 4.06/5 Totaal 50 Beoordelingen |
Ontwikkelaar | holden321 |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |