The Color Palette
This extension displays the color palette details for the Google logo.
The Color Paletteคืออะไร?
The Color Palette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ignitionedu.com และคุณลักษณะหลักของมันคือ "This extension displays the color palette details for the Google logo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Color Palette
ดาวน์โหลดไฟล์ส่วนขยาย The Color Palette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simply displays the hex, RGB, and HSL color palette details for the Google logo. This can be handy for designers of any level of expertise.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Color Palette |
ID | ngmcgneogndcgfgooldbhhgkdcpepjlc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc |
คำอธิบาย | This extension displays the color palette details for the Google logo. |
ขนาดไฟล์ | 16.83 KB |
จำนวนการติดตั้ง | 305 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-01-02 |
วันที่เผยแพร่ | 2016-01-02 |
ผู้พัฒนา | https://ignitionedu.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Color Palette", "description": "This extension displays the color palette details for the Google logo.", "version": "1.2", "icons": { "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "permissions": [] } |