Palette Ninja

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

Co to jest Palette Ninja?

Palette Ninja to rozszerzenie Chrome opracowane przez http://palette.ninja, a jego główną funkcją jest „Palette Ninja is an online tool that allows you to create harmonious color schemes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Palette Ninja

Pobierz pliki rozszerzeń Palette Ninja w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Palette Ninja Palette Ninja
ID aiciopeddnenljjhfhpaonfohefjblnk
Oficjalny URL https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk
Opis Palette Ninja is an online tool that allows you to create harmonious color schemes.
Rozmiar pliku 29.78 KB
Liczba instalacji 711
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2015-04-07
Data Publikacji 2015-04-07
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper http://palette.ninja
Typ Płatności free
Strona Rozszerzenia http://palette.ninja/
Obsługiwane Języki 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
}