Change Page Colors

A tool that automatically change the color of background and text in the page

ما هو Change Page Colors؟

Change Page Colors هو إضافة Chrome تم تطويرها بواسطة zanomate، والميزة الرئيسية لها هي "A tool that automatically change the color of background and text in the page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Change Page Colors

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

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

                        "Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences.

Functionality (First release)
- Change background and text color a any page with a click.
- Choose your favorite colors and the tool will remember your last choice.                    

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

الاسم Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
عنوان URL الرسمي https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
الوصف A tool that automatically change the color of background and text in the page
حجم الملف 43.54 KB
عدد التثبيتات 4,311
النسخة الحالية 1.0.0.0
آخر تحديث 2016-02-27
تاريخ النشر 2016-02-27
تقييم 2.55/5 مجموع تقييمات 22
المطور zanomate
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.0",
    "name": "Change Page Colors",
    "description": "A tool that automatically change the color of background and text in the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "imgs\/128.png"
    }
}