Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
什么是Palettes from Coolors?
Palettes from Coolors是由rajesh64727开发的Chrome扩展程序,该扩展的主要功能是“Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.”。
扩展截图
下载Palettes from Coolors扩展crx文件
下载Palettes from Coolors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hi, Shows "coolors.co" color palettes in your web page. It can be -repositioned -enabled/ disabled (by clicking on extension icon again) -used to get new palettes by pressing 'space' key again and again. This piece of work is meant not to harm any business interest of coolors.co and should be treated as compliment from a web developer. In case of any conflict please let me know earliest.
扩展基本信息
名称 | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
官方URL | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
简介 | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
文件大小 | 12.64 KB |
安装次数 | 1,403 |
当前版本 | 1.0 |
更新时间 | 2021-09-14 |
上架时间 | 2020-08-16 |
开发者 | rajesh64727 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rajesh64727.github.io/ |
帮助页面URL | https://rajesh64727.github.io/ |
隐私政策页面URL | https://rajesh64727.github.io/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Palettes from Coolors", "version": "1.0", "description": "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.", "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } } |