The Color Palette
This extension displays the color palette details for the Google logo.
什麼是The Color Palette?
The Color Palette是由https://ignitionedu.com開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the color palette details for the Google logo.”。
擴展截圖
下載The Color Palette擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ngmcgneogndcgfgooldbhhgkdcpepjlc |
| 官方網址 | 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": []
} | |