Palette Ninja

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

什么是Palette Ninja?

Palette Ninja是由http://palette.ninja开发的Chrome扩展程序,该扩展的主要功能是“Palette Ninja is an online tool that allows you to create harmonious color schemes.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Palette Ninja扩展crx文件

下载Palette Ninja扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Palette Ninja Palette Ninja
ID aiciopeddnenljjhfhpaonfohefjblnk
官方URL https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk
简介 Palette Ninja is an online tool that allows you to create harmonious color schemes.
文件大小 29.78 KB
安装次数 711
当前版本 0.2.2
更新时间 2015-04-07
上架时间 2015-04-07
评分 3.60/5 共5次评分
开发者 http://palette.ninja
付费类型 free
扩展官网 http://palette.ninja/
支持的语言 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
}