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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}