WaspLine Reader
Read faster using color gradients
Cos'è WaspLine Reader?
WaspLine Reader è un'estensione di Chrome sviluppata da corollari, e la sua funzione principale è "Read faster using color gradients".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WaspLine Reader
Scarica i file di estensione WaspLine Reader 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
Make reading long texts online easier and faster by using this extension, which works by applying color gradients that make it easier for the eyes to chain together the ending of a line with the beginning of the next. This extension is totally open source. The repository with all the code licensed under The Unlicense can be found at https://github.com/corollari/waspline-reader.
Informazioni di Base sull'Estensione
Nome | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
URL Ufficiale | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Descrizione | Read faster using color gradients |
Dimensione del File | 28.83 KB |
Conteggio Installazioni | 1,864 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2019-08-12 |
Data di Pubblicazione | 2019-08-12 |
Valutazione | 4.58/5 Totale 19 Valutazioni |
Sviluppatore | corollari |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wasplinereader.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaspLine Reader", "version": "1.2.0", "description": "Read faster using color gradients", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/wasp16.png", "24": "icons\/wasp24.png", "32": "icons\/wasp32.png" }, "default_title": "Apply gradients", "default_popup": "menu\/index.html" }, "icons": { "16": "icons\/wasp16.png", "48": "icons\/wasp48.png", "128": "icons\/wasp128.png" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |