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 |
| 公式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": []
} | |