Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
Palettes from Coolorsคืออะไร?
Palettes from Coolors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajesh64727 และคุณลักษณะหลักของมันคือ "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Palettes from Coolors
ดาวน์โหลดไฟล์ส่วนขยาย Palettes from Coolors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
คำอธิบาย | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
ขนาดไฟล์ | 12.64 KB |
จำนวนการติดตั้ง | 1,403 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-14 |
วันที่เผยแพร่ | 2020-08-16 |
ผู้พัฒนา | rajesh64727 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rajesh64727.github.io/ |
URL หน้าช่วยเหลือ | https://rajesh64727.github.io/ |
URL หน้านโยบายความเป็นส่วนตัว | https://rajesh64727.github.io/privacy.html |
ภาษาที่รองรับ | 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" } } |