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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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