蹊径Color
蹊径取色器 for chrome
什么是蹊径Color?
蹊径Color是由fengling.xj开发的Chrome扩展程序,该扩展的主要功能是“蹊径取色器 for chrome”。
扩展截图
下载蹊径Color扩展crx文件
下载蹊径Color扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
取色器主要用于落地页内的颜色吸取。安装完插件后关闭浏览器重新进入落地页编辑页面即可使用。
当前取色插件支持 *://*.qq.com/* 编程调起取色。
为设计师、前端 或者所有在线编辑器使用者提供在线取色功能。 扩展基本信息
| 名称 | |
| ID | cjpfdcohegieleppnkadalkijenkhifl |
| 官方URL | https://chromewebstore.google.com/detail/%E8%B9%8A%E5%BE%84color/cjpfdcohegieleppnkadalkijenkhifl |
| 简介 | 蹊径取色器 for chrome |
| 文件大小 | 204 KB |
| 安装次数 | 958 |
| 当前版本 | 2.0.6 |
| 更新时间 | 2021-04-13 |
| 上架时间 | 2020-12-10 |
| 开发者 | fengling.xj |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u8e4a\u5f84Color",
"description": "\u8e4a\u5f84\u53d6\u8272\u5668 for chrome",
"version": "2.0.6",
"manifest_version": 2,
"homepage_url": "https:\/\/page.ad.qq.com",
"minimum_chrome_version": "49",
"background": {
"page": "background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.qq.com\/*"
],
"js": [
".\/static\/lib\/event-bus.js"
]
}
],
"icons": {
"48": ".\/static\/main_icon_128.png",
"128": ".\/static\/main_icon_128.png"
},
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/*.qq.com\/*"
]
},
"browser_action": {
"default_title": "\u8e4a\u5f84\u53d6\u8272\u5668",
"default_popup": "popup.html",
"default_icon": ".\/static\/main_icon.png"
},
"permissions": [
"activeTab",
" | |