Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Palettes from Coolors là gì?
Palettes from Coolors là một tiện ích mở rộng Chrome được phát triển bởi rajesh64727, và tính năng chính của nó là "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".
Ả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 Palettes from Coolors
Tải xuống các tệp mở rộng Palettes from Coolors 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
Hi, Shows "coolors.co" color palettes in your web page. It can be -repositioned -enabled/ disabled (by clicking on extension icon again) -used to get new palettes by pressing 'space' key again and again. This piece of work is meant not to harm any business interest of coolors.co and should be treated as compliment from a web developer. In case of any conflict please let me know earliest.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
URL Chính Thức | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
Mô tả | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
Kích Thước Tệp | 12.64 KB |
Số Lần Cài Đặt | 1,403 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-09-14 |
Ngày Phát Hành | 2020-08-16 |
Nhà Phát Triển | rajesh64727 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rajesh64727.github.io/ |
URL Trang Trợ Giúp | https://rajesh64727.github.io/ |
URL Trang Chính Sách Bảo Mật | https://rajesh64727.github.io/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Palettes from Coolors", "version": "1.0", "description": "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.", "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } } |