Palette Ninja
Palette Ninja is an online tool that allows you to create harmonious color schemes.
Was ist Palette Ninja?
Palette Ninja ist eine Chrome-Erweiterung, die von http://palette.ninja entwickelt wurde, und ihr Hauptmerkmal ist "Palette Ninja is an online tool that allows you to create harmonious color schemes.".
Erweiterungsscreenshots
Palette Ninja-Erweiterungs-CRX-Datei herunterladen
Laden Sie Palette Ninja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
Offizielle URL | https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk |
Beschreibung | Palette Ninja is an online tool that allows you to create harmonious color schemes. |
Dateigröße | 29.78 KB |
Installationsanzahl | 711 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2015-04-07 |
Veröffentlichungsdatum | 2015-04-07 |
Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
Entwickler | http://palette.ninja |
Zahlungsart | free |
Erweiterungswebsite | http://palette.ninja/ |
Unterstützte Sprachen | 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 } |