WaspLine Reader
Read faster using color gradients
Qu'est-ce que WaspLine Reader ?
WaspLine Reader est une extension Chrome développée par corollari, et sa fonction principale est "Read faster using color gradients".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WaspLine Reader
Téléchargez les fichiers d'extension WaspLine Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WaspLine Reader |
ID | ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
URL Officiel | https://chromewebstore.google.com/detail/waspline-reader/ndlnnojbbcbdpkccfmcgbopalpbmhbhm |
Description | Read faster using color gradients |
Taille du Fichier | 28.83 KB |
Nombre d'Installations | 1,864 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-08-12 |
Date de Publication | 2019-08-12 |
Évaluation | 4.58/5 Total 19 Évaluations |
Développeur | corollari |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wasplinereader.com/ |
Langues Prises en Charge | 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:\/\/*\/" ] } |