colors scale

changes Saturate,Sepia,Contrast to current webpage

ما هو colors scale؟

colors scale هو إضافة Chrome تم تطويرها بواسطة roysmarshallg2x، والميزة الرئيسية لها هي "changes Saturate,Sepia,Contrast to current webpage".

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

screenshot

تحميل ملف CRX للإضافة colors scale

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

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

                        change web page color shades using this simple tool
1)open web page example:  en.wikipedia.org/wiki/Main_Page
2)click on extension icon and  change values from default popup
3)reload tab and try again, if it does not work.                    

معلومات أساسية عن التمديد

الاسم colors scale colors scale
ID jlpahiloaaihfkckaaihjecoggkoeaca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/colors-scale/jlpahiloaaihfkckaaihjecoggkoeaca
الوصف changes Saturate,Sepia,Contrast to current webpage
حجم الملف 50.66 KB
عدد التثبيتات 8,000
النسخة الحالية 0.0.01
آخر تحديث 2022-07-07
تاريخ النشر 2022-07-07
تقييم 5.00/5 مجموع تقييمات 1
المطور roysmarshallg2x
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "colors scale",
    "description": "changes Saturate,Sepia,Contrast to current webpage",
    "version": "0.0.01",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}