Hyliter
Saves selected bits of text from your browsing.
Cos'è Hyliter?
Hyliter è un'estensione di Chrome sviluppata da Bibek Ghimire, e la sua funzione principale è "Saves selected bits of text from your browsing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hyliter
Scarica i file di estensione Hyliter 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
Save important text for later while browsing the web. You can save quotes, confirmation numbers, or even personal notes.
Informazioni di Base sull'Estensione
Nome | Hyliter |
ID | nhiannhalledfohikpmbclkalcknilcg |
URL Ufficiale | https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg |
Descrizione | Saves selected bits of text from your browsing. |
Dimensione del File | 63.43 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-01-02 |
Data di Pubblicazione | 2017-01-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Bibek Ghimire |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyliter", "description": "Saves selected bits of text from your browsing.", "version": "0.1", "permissions": [ "contextMenus" ], "web_accessible_resources": [ "fonts\/*.woff2" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "browser_action": { "default_title": "View Hylites", "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "js\/hyliter.js", "js\/background.js" ], "persistent": true } } |