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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
官方網址 | 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 } |