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ファイルをダウンロード

Highlight Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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