WaspLine Reader
Read faster using color gradients
Vad är WaspLine Reader?
WaspLine Reader är en Chrome-tillägg utvecklad av corollari, och dess huvudfunktion är "Read faster using color gradients".
Tilläggsskärmbilder
Ladda ner WaspLine Reader-förlängningens CRX-fil
Ladda ner WaspLine Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Officiell webbadress | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Beskrivning | Read faster using color gradients |
Filstorlek | 28.83 KB |
Antal Installationer | 1,864 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2019-08-12 |
Publiceringsdatum | 2019-08-12 |
Betyg | 4.58/5 Totalt 19 Betyg |
Utvecklare | corollari |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://wasplinereader.com/ |
Stödda Språk | 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:\/\/*\/" ] } |