Material Design Assistant

HEX value of Material colors and CSS of Material shadows at your fingertips.

Material Design Assistantคืออะไร?

Material Design Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liu Liu และคุณลักษณะหลักของมันคือ "HEX value of Material colors and CSS of Material shadows at your fingertips."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Material Design Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Material Design Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Perfect for designing in browser. No need to open Google design spec site / PS, AI color palette.

Built with open source code from:
https://github.com/MikeMitterer/dart-wsk-material
https://github.com/google/web-starter-kit/tree/material-sprint

Updates:
- Now you can just click on the color / shadow you want to use, and the HEX / CSS will be copied to your clipboard. (Require Chrome 43)
- Stay tuned for more updates and a packaged chrome app.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Material Design Assistant Material Design Assistant
ID niibdenamblimiifecjpdamibihicjea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/material-design-assistant/niibdenamblimiifecjpdamibihicjea
คำอธิบาย HEX value of Material colors and CSS of Material shadows at your fingertips.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 354
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2018-07-15
วันที่เผยแพร่ 2018-07-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Liu Liu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Material Design Assistant",
    "description": "HEX value of Material colors and CSS of Material shadows at your fingertips.",
    "version": "1.7",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "md128.png",
        "64": "md64.png",
        "48": "md48.png",
        "32": "md32.png",
        "24": "md24.png",
        "16": "md16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "md128.png"
    }
}