Palette Ninja
Palette Ninja is an online tool that allows you to create harmonious color schemes.
Hvad er Palette Ninja?
Palette Ninja er en Chrome-udvidelse udviklet af http://palette.ninja, og dens hovedfunktion er "Palette Ninja is an online tool that allows you to create harmonious color schemes.".
Udvidelsesskærmbilleder
Download Palette Ninja-udvidelses-CRX-fil
Download Palette Ninja-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
Officiel URL | https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk |
Beskrivelse | Palette Ninja is an online tool that allows you to create harmonious color schemes. |
Filstørrelse | 29.78 KB |
Antal Installationer | 711 |
Nuværende Version | 0.2.2 |
Senest Opdateret | 2015-04-07 |
Udgivelsesdato | 2015-04-07 |
Bedømmelse | 3.60/5 Samlet 5 Bedømmelser |
Udvikler | http://palette.ninja |
Betalingsmetode | free |
Udvidelseswebsted | http://palette.ninja/ |
Understøttede Sprog | 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 } |