Chrome Highlighter

Change websites' selection color

Chrome Highlighterとは何ですか?

Chrome HighlighterはDonaira & Piusによって開発されたChromeの拡張機能で、その主な機能は「Change websites' selection color」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chrome Highlighter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Got bored of old boring blue selection color? Change it! This extensions allows you to easily control selection color on most of the website you visit daily. Make it more beautiful, make it more personal, make it yours.                    

拡張機能の基本情報

名前 Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
公式URL https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
説明 Change websites' selection color
ファイルサイズ 43.59 KB
インストール数 1,934
現在のバージョン 1.1
最終更新日 2012-08-18
公開日 2012-08-18
評価 2.57/5 合計 7 レビュー
開発者 Donaira & Pius
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Highlighter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Change websites' selection color",
    "browser_action": {
        "default_icon": "icon16.PNG",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.PNG",
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}