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.
扩展基本信息
名称 | 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": [] } |