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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}