Palette Ninja
Palette Ninja is an online tool that allows you to create harmonious color schemes.
Palette Ninja là gì?
Palette Ninja là một tiện ích mở rộng Chrome được phát triển bởi http://palette.ninja, và tính năng chính của nó là "Palette Ninja is an online tool that allows you to create harmonious color schemes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Palette Ninja
Tải xuống các tệp mở rộng Palette Ninja dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Generate awesome color palettes either randomly or manually via a handy user interface. You can also save a palette for later access.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aiciopeddnenljjhfhpaonfohefjblnk |
URL Chính Thức | https://chrome.google.com/webstore/detail/palette-ninja/aiciopeddnenljjhfhpaonfohefjblnk |
Mô tả | Palette Ninja is an online tool that allows you to create harmonious color schemes. |
Kích Thước Tệp | 29.78 KB |
Số Lần Cài Đặt | 711 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2015-04-07 |
Ngày Phát Hành | 2015-04-07 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://palette.ninja |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://palette.ninja/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |