list colors

easly check with different colors to webpage background

ما هو list colors؟

list colors هو إضافة Chrome تم تطويرها بواسطة normaisheperddg1، والميزة الرئيسية لها هي "easly check with different colors to webpage background".

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

screenshot

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

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

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

                        make web page look different by adding different colors to background of web page.
1)open web page example : en.wikipedia.org/wiki/Main_Page
2)click on extension icon to open default popup html
3)select any colors 
4)reload tab and try again, if it is not working                    

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

الاسم list colors list colors
ID fceoddkknbldnpigkpdgpldjbkgammgm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/list-colors/fceoddkknbldnpigkpdgpldjbkgammgm
الوصف easly check with different colors to webpage background
حجم الملف 28.14 KB
عدد التثبيتات 2,000
النسخة الحالية 0.0.0.1
آخر تحديث 2022-07-18
تاريخ النشر 2022-07-18
المطور normaisheperddg1
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "list colors",
    "description": "easly check with different colors to webpage background",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo.png",
        "default_popup": "app.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}