Color Changer

Change the current page color

ما هو Color Changer؟

Color Changer هو إضافة Chrome تم تطويرها بواسطة http://cleandesk.info، والميزة الرئيسية لها هي "Change the current page color".

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

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

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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

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

الاسم Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
عنوان URL الرسمي https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
الوصف Change the current page color
حجم الملف 4.08 KB
عدد التثبيتات 48
النسخة الحالية 1.0
آخر تحديث 2016-08-25
تاريخ النشر 2016-08-23
تقييم 1.00/5 مجموع تقييمات 1
المطور http://cleandesk.info
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://cleandesk.info/privacypolicy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}