Palette Ninja
Palette Ninja is an online tool that allows you to create harmonious color schemes.
Apa itu Palette Ninja?
Palette Ninja adalah ekstensi Chrome yang dikembangkan oleh http://palette.ninja, dan fitur utamanya adalah "Palette Ninja is an online tool that allows you to create harmonious color schemes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Palette Ninja
Unduh file ekstensi Palette Ninja dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.
Informasi Dasar Ekstensi
Nama | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
URL Resmi | https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk |
Deskripsi | Palette Ninja is an online tool that allows you to create harmonious color schemes. |
Ukuran File | 29.78 KB |
Jumlah Instalasi | 711 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2015-04-07 |
Tanggal Publikasi | 2015-04-07 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | http://palette.ninja |
Tipe Pembayaran | free |
Situs Ekstensi | http://palette.ninja/ |
Bahasa yang Didukung | 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 } |