Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

ما هو Change Background Color؟

Change Background Color هو إضافة Chrome تم تطويرها بواسطة Melaine Gérard، والميزة الرئيسية لها هي "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

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

screenshot

تحميل ملف CRX للإضافة Change Background Color

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

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

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

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

الاسم Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
عنوان URL الرسمي https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
الوصف Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
حجم الملف 1.42 MB
عدد التثبيتات 40
النسخة الحالية 1.0
آخر تحديث 2021-11-06
تاريخ النشر 2021-11-06
المطور Melaine Gérard
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}