Pigmnts
Create visually appealing color palettes from any image on the web!
Pigmntsคืออะไร?
Pigmnts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akash Hamirwasia และคุณลักษณะหลักของมันคือ "Create visually appealing color palettes from any image on the web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pigmnts
ดาวน์โหลดไฟล์ส่วนขยาย Pigmnts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pigmnts can extract visually appealing color palettes from any image on the web. Creating color palettes by hand is challenging because understanding the relationship between colors and where they work takes time. Pigmnts reverses this approach by allowing you to first find the images that have great color harmonies and then use them to extract beautiful color palettes in just a few clicks! Features: - 🌎 Create a color palette out of any image on the internet! - 🔮 Interactive image selection. - 🎨 Create palettes based on a mood like Bright, Deep, Colorful, and more. - 💾 Save your palettes locally for future reference. - 🖨️ Export the palettes in ASE, CSS, SVG, PNG formats. For more details visit https://pigmnts.web.app
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pigmnts |
ID | ipfmllabjahganhmojgkdfabahmdoaeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pigmnts/ipfmllabjahganhmojgkdfabahmdoaeb |
คำอธิบาย | Create visually appealing color palettes from any image on the web! |
ขนาดไฟล์ | 466 KB |
จำนวนการติดตั้ง | 320 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-21 |
วันที่เผยแพร่ | 2022-01-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Akash Hamirwasia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pigmnts.web.app |
URL หน้านโยบายความเป็นส่วนตัว | https://pigmnts.web.app/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pigmnts", "description": "Create visually appealing color palettes from any image on the web!", "version": "1.0.1", "author": "Akash Hamirwasia", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkK0g4ktPo8lfYxUA4Er6WwaSLeC\/yZYBH4US0wnKqKsqIv4UQ374SfqSgSSapDAEjupWWe4LzwfbBU2APROsAjpgtbF67G56CGqbb959dZFNPebthw1ZJm8tUE2qxun8KJVbyXuXtlUq1TzG13bgFMu1rzlYvJT83VFFYocuE0kF3AgaClVSy7StwTQIoSAeb4WoxSiCMr4BdLYMH8C3aNssxoqkc2Wsnosn2Jn0zEdftnQHxZaB1YJzmR4SAR1Y4+IfZDvO4vv2wLXHYLCLk5O+kLzuHmFlDduSt0s1Z2YGeZT8coBdJ\/UpqfTUtUukAOdBHKYM9qP79j5wBV8UQIDAQAB", "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/browser-polyfill.min.js", "js\/content.js" ], "css": [ "css\/global.css" ] } ], "browser_action": { "default_title": "Pigmnts" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/pigmnts.web.app\/*" ] }, "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ] } } |