Random Background Color

Show a random background color on the Google.com homepage.

ما هو Random Background Color؟

Random Background Color هو إضافة Chrome تم تطويرها بواسطة Melingo، والميزة الرئيسية لها هي "Show a random background color on the Google.com homepage.".

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

screenshot

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

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

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

                        This extension randomly colors the page when visiting google.com. 

No more boring white background! 
Get excited with a new search tab each time!                    

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

الاسم Random Background Color Random Background Color
ID ikglgnekadileanonnapmgkeklpgjifk
عنوان URL الرسمي https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk
الوصف Show a random background color on the Google.com homepage.
حجم الملف 84.39 KB
عدد التثبيتات 1,946
النسخة الحالية 0.1
آخر تحديث 2014-01-19
تاريخ النشر 2014-01-19
تقييم 1.18/5 مجموع تقييمات 22
المطور Melingo
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Background Color",
    "description": "Show a random background color on the Google.com homepage.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}