Colorify
Color the text on the webpage
Qu'est-ce que Colorify ?
Colorify est une extension Chrome développée par gistnoesis, et sa fonction principale est "Color the text on the webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Colorify
Téléchargez les fichiers d'extension Colorify 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
The computer reads any webpage and decorate it with colors, highlighting the grammatical structure. By making it easier to scan the page with your eyes, it trains your brain on a subconscious level and improves your reading comprehension. You can set custom colors in the extension options. You can also enable deep learning mode in the options to have slower but better parsing quality. Be aware that deep-learning mode may use the graphics card which may cause your computer to reboot if it encounters video driver issues. With this deep learning mode you can also display the sentence dependency tree. The root is underlined in black. The width of the orange underlines denotes the depth inside the dependency tree. English only for the fast parser. English and French for the deep-learning mode starting from version 0.96. Version 0.98 is smaller and faster but less accurate.
Informations de Base sur l'Extension
Nom | Colorify |
ID | pipnfjhpbdpejoemmkhoglekbjakmnkc |
URL Officiel | https://chromewebstore.google.com/detail/colorify/pipnfjhpbdpejoemmkhoglekbjakmnkc |
Description | Color the text on the webpage |
Taille du Fichier | 2.05 MB |
Nombre d'Installations | 26 |
Version Actuelle | 0.98 |
Dernière Mise à Jour | 2020-09-21 |
Date de Publication | 2020-04-21 |
Développeur | gistnoesis |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorify", "version": "0.98", "background": { "scripts": [ "background.js" ] }, "description": "Color the text on the webpage", "icons": { "48": "icons\/colorify.png" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html", "browser_style": true }, "browser_action": { "default_icon": "icons\/colorify.png", "default_title": "colorify" }, "web_accessible_resources": [ "model\/*" ] } |