Colorify

Color the text on the webpage

什么是Colorify?

Colorify是由gistnoesis开发的Chrome扩展程序,该扩展的主要功能是“Color the text on the webpage”。

扩展截图

screenshot
screenshot
screenshot

下载Colorify扩展crx文件

下载Colorify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Colorify Colorify
ID pipnfjhpbdpejoemmkhoglekbjakmnkc
官方URL https://chromewebstore.google.com/detail/colorify/pipnfjhpbdpejoemmkhoglekbjakmnkc
简介 Color the text on the webpage
文件大小 2.05 MB
安装次数 26
当前版本 0.98
更新时间 2020-09-21
上架时间 2020-04-21
开发者 gistnoesis
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}