ColorFlick for Dribbble

Developer friendly color palette extension for Dribbble

ما هو ColorFlick for Dribbble؟

ColorFlick for Dribbble هو إضافة Chrome تم تطويرها بواسطة Thiyagaraj T، والميزة الرئيسية لها هي "Developer friendly color palette extension for Dribbble".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ColorFlick for Dribbble

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

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

                        Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.                    

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

الاسم ColorFlick for Dribbble ColorFlick for Dribbble
ID biemhkdecdmbffonfjjdhahmghllkcon
عنوان URL الرسمي https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon
الوصف Developer friendly color palette extension for Dribbble
حجم الملف 27.64 KB
عدد التثبيتات 58
النسخة الحالية 0.0.1
آخر تحديث 2020-08-01
تاريخ النشر 2020-07-31
تقييم 5.00/5 مجموع تقييمات 1
المطور Thiyagaraj T
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ColorFlick for Dribbble",
    "version": "0.0.1",
    "description": "Developer friendly color palette extension for Dribbble",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)",
    "web_accessible_resources": [
        "icons\/*",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/dribbble.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}