Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Cos'è Hyperlink from selected text?
Hyperlink from selected text è un'estensione di Chrome sviluppata da TGSchmidt, e la sua funzione principale è "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hyperlink from selected text
Scarica i file di estensione Hyperlink from selected text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
URL Ufficiale | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Descrizione | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Dimensione del File | 21.65 KB |
Conteggio Installazioni | 296 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-02-21 |
Data di Pubblicazione | 2012-07-15 |
Valutazione | 3.63/5 Totale 8 Valutazioni |
Sviluppatore | TGSchmidt |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |