Dopely Colors

Super fast color palette generator!

ما هو Dopely Colors؟

Dopely Colors هو إضافة Chrome تم تطويرها بواسطة dopelytop، والميزة الرئيسية لها هي "Super fast color palette generator!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A package of advanced color tools that we believed to be essential for every creator.

Dopely Browser Extension Contains:
✔ Color Picker: Get the color of any pixel on the page, Make a color palette or generate the color scheme of your tabs. 
✔ Color Gradient Generator: Make linear or radial color transitions between any two colors randomly or manually selected! You can open it in Doeply's color gradient generator too!
✔ Color Tab: Fills up your screen with a fresh color palette, color gradient, or both each time you open a new tab to stay inspired! You can share, save, like, or edit too!
✔ Color Contrast Checker: Check the contrast between any two colors on your screen according to WACG and check the accessibility. 
✔ Color Blindness Simulator: Experience the web with 8 stimulated eye disabilities as a sighted user. 
✔ Color Toner: Choose a color on your tab randomly or manually to see its shades (black added), tints (white added), or tones (gray added) with adjustable amounts.
✔ Save & Export: Export your colors, schemes, and color transitions in PNG, JPG, SCSS, SVG, PDF, or URL. Also, it is possible to login into your Dopely account to save them forever.
 
Color Better, Color Faster! 
Dopely Colors ♥


By installing the extension, you agree to Dopely’s Terms and Conditions (https://colors.dopely.top/terms-of-service) and acknowledge that you have read dopely's Privacy Policy (https://colors.dopely.top/privacy-policy).

Enjoy Dopely Colors for Chrome!                    

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

الاسم Dopely Colors Dopely Colors
ID likjnedfkpkabglldlnelmochinjpbjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/dopely-colors/likjnedfkpkabglldlnelmochinjpbjm
الوصف Super fast color palette generator!
حجم الملف 2.87 MB
عدد التثبيتات 1,452
النسخة الحالية 3.0.0
آخر تحديث 2022-09-27
تاريخ النشر 2021-01-10
تقييم 4.47/5 مجموع تقييمات 15
المطور dopelytop
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://colors.dopely.top/
عنوان صفحة المساعدة https://colors.dopely.top/contact
عنوان صفحة سياسة الخصوصية https://colors.dopely.top/privacy-policy/browser-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dopely Colors",
    "description": "Super fast color palette generator!",
    "version": "3.0.0",
    "homepage_url": "https:\/\/dopely.top",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo128.png",
        "default_title": "Dopely Colors"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                ".\/content.js",
                ".\/jquery.js",
                ".\/axios.js",
                ".\/api.js",
                ".\/actionListener.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "\/static\/*",
        "\/static\/js\/main.js"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}