Ubuntu Orange Selection Color

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

Ubuntu Orange Selection Colorคืออะไร?

Ubuntu Orange Selection Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darkfur93 และคุณลักษณะหลักของมันคือ "Changes text selection color to Orange like in the Ambiance Theme."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ubuntu Orange Selection Color

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}