Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Co je Hyperlink from selected text?
Hyperlink from selected text je rozšíření Chrome vyvinuté TGSchmidt, a jeho hlavní funkcí je „Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hyperlink from selected text
Stáhněte si soubory rozšíření Hyperlink from selected text 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í
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu. A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.
Základní Informace o Rozšíření
Název | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
Oficiální URL | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Popis | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Velikost souboru | 21.65 KB |
Počet instalací | 296 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-02-21 |
Datum Vydání | 2012-07-15 |
Hodnocení | 3.63/5 Celkem 8 Hodnocení |
Vývojář | TGSchmidt |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink from selected text", "version": "1.2", "manifest_version": 2, "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |