CSS Color Helper

All the CSS color help you need

ما هو CSS Color Helper؟

CSS Color Helper هو إضافة Chrome تم تطويرها بواسطة Anell Kumarr Beeram، والميزة الرئيسية لها هي "All the CSS color help you need".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

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

الاسم CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
الوصف All the CSS color help you need
حجم الملف 3.13 MB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2019-11-29
تاريخ النشر 2019-11-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Anell Kumarr Beeram
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Color Helper",
    "version": "1.0",
    "description": "All the CSS color help you need",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "CSS Color Helper: All the CSS color help you need"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}