Ubuntu Orange Selection Color

Changes text selection color to Orange like in the Ambiance Theme.

Ubuntu Orange Selection Colorとは何ですか?

Ubuntu Orange Selection Colorはdarkfur93によって開発されたChromeの拡張機能で、その主な機能は「Changes text selection color to Orange like in the Ambiance Theme.」です。

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

screenshot

Ubuntu Orange Selection Color拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Change log:

Version: 2.0 June 15, 2013: Updated Manifest, New images

Version: 1.1 September 17, 2011: Bug fixes                    

拡張機能の基本情報

名前 Ubuntu Orange Selection Color Ubuntu Orange Selection Color
ID bociknnlecmldnnglpoijppnpdeiofbm
公式URL https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm
説明 Changes text selection color to Orange like in the Ambiance Theme.
ファイルサイズ 5.22 KB
インストール数 231
現在のバージョン 2.0
最終更新日 2013-06-16
公開日 2013-06-15
評価 4.44/5 合計 16 レビュー
開発者 darkfur93
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ubuntu Orange Selection Color",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Changes text selection color to Orange like in the Ambiance Theme.",
    "icons": {
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "stylesheets\/selection.css"
            ]
        }
    ]
}