Palette Ninja

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

Wat is Palette Ninja?

Palette Ninja is een Chrome-extensie ontwikkeld door http://palette.ninja, en de belangrijkste functie is "Palette Ninja is an online tool that allows you to create harmonious color schemes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Palette Ninja

Download Palette Ninja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Palette Ninja Palette Ninja
ID aiciopeddnenljjhfhpaonfohefjblnk
Officiële URL https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk
Beschrijving Palette Ninja is an online tool that allows you to create harmonious color schemes.
Bestandsgrootte 29.78 KB
Aantal Installaties 711
Huidige Versie 0.2.2
Laatst Bijgewerkt 2015-04-07
Publicatiedatum 2015-04-07
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar http://palette.ninja
Betalingswijze free
Extensiewebsite http://palette.ninja/
Ondersteunde Talen 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
}