Apple Green

Change all web pages background color to apple green for protecting eyes.

ما هو Apple Green؟

Apple Green هو إضافة Chrome تم تطويرها بواسطة yanlong، والميزة الرئيسية لها هي "Change all web pages background color to apple green for protecting eyes.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Apple Green

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

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

                        This extension will change every page's background color to apple green which is a magic color for relaxing your eyes.                    

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

الاسم Apple Green Apple Green
ID edmkmnjkagnlalaamoaoihblemaeedib
عنوان URL الرسمي https://chromewebstore.google.com/detail/apple-green/edmkmnjkagnlalaamoaoihblemaeedib
الوصف Change all web pages background color to apple green for protecting eyes.
حجم الملف 25.09 KB
عدد التثبيتات 4,156
النسخة الحالية 1.2
آخر تحديث 2013-12-27
تاريخ النشر 2013-12-27
تقييم 3.98/5 مجموع تقييمات 46
المطور yanlong
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "context.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Change all web pages background color to apple green for protecting eyes.",
    "icons": {
        "128": "apple128.png",
        "16": "apple16.png",
        "48": "apple48.png"
    },
    "name": "Apple Green",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2
}