Change Background-Color

Each keydown changes css background-color(html body div span

ما هو Change Background-Color؟

Change Background-Color هو إضافة Chrome تم تطويرها بواسطة templelebron، والميزة الرئيسية لها هي "Each keydown changes css background-color(html body div span".

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

screenshot

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

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

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

                        キーボードをクリックすると、背景色(パステルカラー)が変わります。
気分を変えたい時、パステルカラーが好きな人、面白いと思った人にオススメです。

Description [English ver]
This extension is changing css background-color by keydown.
Enjoy this!                    

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

الاسم Change Background-Color Change Background-Color
ID jcodcbmhkoiolfcdhdjndolalehoonoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/change-background-color/jcodcbmhkoiolfcdhdjndolalehoonoo
الوصف Each keydown changes css background-color(html body div span
حجم الملف 112 KB
عدد التثبيتات 25
النسخة الحالية 0.0.1
آخر تحديث 2019-02-19
تاريخ النشر 2019-02-16
تقييم 1.00/5 مجموع تقييمات 1
المطور templelebron
نوع الدفع free
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background-Color",
    "description": "Each keydown changes css background-color(html body div span ",
    "version": "0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}