Simple Material Design Palette
No-nonsense palette for Google's Material Design Colors
Simple Material Design Paletteคืออะไร?
Simple Material Design Palette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Santhosh Sundar และคุณลักษณะหลักของมันคือ "No-nonsense palette for Google's Material Design Colors"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Material Design Palette
ดาวน์โหลดไฟล์ส่วนขยาย Simple Material Design Palette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A no-nonsense palette for Google's Material Design Colors that you can access right within the browser without having to leave the tab and even offline. Available in HEX, RGB and RGBA color models. Fork on Github: https://github.com/keplerlab/Interactive/tree/master/material-colors-palette
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Material Design Palette |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa |
คำอธิบาย | No-nonsense palette for Google's Material Design Colors |
ขนาดไฟล์ | 137 KB |
จำนวนการติดตั้ง | 3,622 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-03-05 |
วันที่เผยแพร่ | 2015-11-07 |
คะแนน | 4.89/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | Santhosh Sundar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gigacore.in |
URL หน้าช่วยเหลือ | https://github.com/keplerlab/Interactive/tree/master/material-colors-palette |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Material Design Palette", "description": "No-nonsense palette for Google's Material Design Colors", "version": "1.0.3", "icons": { "128": "icon.png" }, "offline_enabled": true, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Simple Material Design Palette" } } |