Highlight Color

Change the default Highlight Color

Highlight Color란 무엇입니까?

Highlight Color은(는) Partial Science에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the default Highlight Color"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks

How to use 

Download the extension 
Click the Enabled Box
Select the colors you want easily with your computers default color picker
Then click "save changes" and the color will change 
It's that simple

Version 3.0
Bug fixes
PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)                    

확장 프로그램 기본 정보

이름 Highlight Color Highlight Color
ID dllbflhpdeinobodaaibnojmgejkkjii
공식 URL https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii
설명 Change the default Highlight Color
파일 크기 863 KB
설치 횟수 5,209
현재 버전 3.0
최근 업데이트 2015-09-30
출시 날짜 2015-09-30
평점 2.77/5 총 70 개의 평점
개발자 Partial Science
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Highlight Color"
    },
    "description": "Change the default Highlight Color",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Highlight Color",
    "version": "3.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}