hyperlinker
creates hyperlinks from plain text on website
Co je hyperlinker?
hyperlinker je rozšíření Chrome vyvinuté KoharaKazuya, a jeho hlavní funkcí je „creates hyperlinks from plain text on website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření hyperlinker
Stáhněte si soubory rozšíření hyperlinker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple Google Chrome extension creates hyperlinks from plain text on website. HyperLinker provides two ways to create hyperlinks. 1. Use Chrome keyboard shortcuts (default Alt+Shift+H for hyperlinker) to toggle activate/deactivate hyperlinks. 2. At every click the HyperLinker icon (in chrome menu), toggle activate/deactivate hyperlinks.
Základní Informace o Rozšíření
Název | |
ID | ipbklljhldnlobbmnjaalbebbahamcmk |
Oficiální URL | https://chrome.google.com/webstore/detail/hyperlinker/ipbklljhldnlobbmnjaalbebbahamcmk |
Popis | creates hyperlinks from plain text on website |
Velikost souboru | 17.26 KB |
Počet instalací | 38 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2021-04-04 |
Datum Vydání | 2019-11-09 |
Vývojář | KoharaKazuya |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hyperlinker", "description": "creates hyperlinks from plain text on website", "version": "2.0.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "icons": { "48": "assets\/images\/icon48_disabled.png", "128": "assets\/images\/icon128_disabled.png" }, "background": { "service_worker": "background.js" }, "action": { "name": "Toggle URL activation" }, "commands": { "toggle-hyperlink-activation": { "suggested_key": { "default": "Alt+Shift+H" }, "description": "Toggle URL activation" } } } |