Colorify

Color the text on the webpage

Colorify란 무엇입니까?

Colorify은(는) gistnoesis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color the text on the webpage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Colorify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}