Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Cos'è Linkification Chrome?
Linkification Chrome è un'estensione di Chrome sviluppata da https://www.resolutedreamer.com, e la sua funzione principale è "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkification Chrome
Scarica i file di estensione Linkification Chrome 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
Informazioni di Base sull'Estensione
Nome | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
URL Ufficiale | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Descrizione | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Dimensione del File | 139 KB |
Conteggio Installazioni | 776 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-08-25 |
Data di Pubblicazione | 2016-08-24 |
Valutazione | 2.53/5 Totale 15 Valutazioni |
Sviluppatore | https://www.resolutedreamer.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkification Chrome", "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "linkify.min.js", "linkify-jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |