Chrome Highlighter

Change websites' selection color

ما هو Chrome Highlighter؟

Chrome Highlighter هو إضافة Chrome تم تطويرها بواسطة Donaira & Pius، والميزة الرئيسية لها هي "Change websites' selection color".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chrome Highlighter

قم بتنزيل ملفات الامتداد Chrome Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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