Palette Ninja

Palette Ninja is an online tool that allows you to create harmonious color schemes.

ما هو Palette Ninja؟

Palette Ninja هو إضافة Chrome تم تطويرها بواسطة http://palette.ninja، والميزة الرئيسية لها هي "Palette Ninja is an online tool that allows you to create harmonious color schemes.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Palette Ninja

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

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

                        Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.                    

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

الاسم Palette Ninja Palette Ninja
ID aiciopeddnenljjhfhpaonfohefjblnk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk
الوصف Palette Ninja is an online tool that allows you to create harmonious color schemes.
حجم الملف 29.78 KB
عدد التثبيتات 711
النسخة الحالية 0.2.2
آخر تحديث 2015-04-07
تاريخ النشر 2015-04-07
تقييم 3.60/5 مجموع تقييمات 5
المطور http://palette.ninja
نوع الدفع free
موقع الإضافة http://palette.ninja/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Palette Ninja",
    "description": "Palette Ninja is an online tool that allows you to create harmonious color schemes.",
    "version": "0.2.2",
    "homepage_url": "http:\/\/palette.ninja\/",
    "icons": {
        "256": "icon256.png",
        "128": "icon128.png",
        "38": "icon38.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon38.png"
        },
        "default_title": "palette.ninja"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/palette.ninja\/*"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}