WaspLine Reader
Read faster using color gradients
What is WaspLine Reader?
WaspLine Reader is a Chrome extension developed by corollari, and its main feature is "Read faster using color gradients".
Extension Screenshots
Download WaspLine Reader Extension CRX File
Download WaspLine Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Official URL | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Description | Read faster using color gradients |
File Size | 28.83 KB |
Installation Count | 1,864 |
Current Version | 1.2.0 |
Last Updated | 2019-08-12 |
Publish Date | 2019-08-12 |
Rating | 4.58/5 Total 19 Ratings |
Developer | corollari |
[email protected] | |
Payment Type | free |
Extension Website | https://wasplinereader.com/ |
Supported Languages | 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:\/\/*\/" ] } |