Chrome Color Picker
A chrome debugger style color picker plugin
什么是Chrome Color Picker?
Chrome Color Picker是由guowenfh开发的Chrome扩展程序,该扩展的主要功能是“A chrome debugger style color picker plugin”。
扩展截图
下载Chrome Color Picker扩展crx文件
下载Chrome Color Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome DevTools debugger style color picker plugin.
After installation, you need to refresh the page to be picked. Use `Alt + Shift + A` to quickly call / close the color picker.
Strongly powered by pnpm + vue3 + vite. Use EyeDropper to support global color selection !
source:https://github.com/guowenfh/chrome-color-picker
FAQ: If you can't use the plugin the first time you install it, just refresh the page!
一款 Chrome 控制台调试器风格的取色器插件。
安装后需要刷新一下待取色页面, 使用 Alt+Shift+A 可以快捷呼出/关闭取色器。
使用 pnpm + vue3 + vite 强力驱动。使用 EyeDropper 支持全局进行颜色选取!
第一次安装无法使用插件的,刷新一下网页就可以了! 扩展基本信息
| 名称 | |
| ID | ojaclcbknieckfcapcbifaijoocfmpaj |
| 官方URL | https://chromewebstore.google.com/detail/chrome-color-picker/ojaclcbknieckfcapcbifaijoocfmpaj |
| 简介 | A chrome debugger style color picker plugin |
| 文件大小 | 93.1 KB |
| 安装次数 | 4,479 |
| 当前版本 | 2.3.0 |
| 更新时间 | 2023-08-04 |
| 上架时间 | 2020-03-29 |
| 评分 | 4.10/5 共10次评分 |
| 开发者 | guowenfh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/guowenfh/chrome-color-picker |
| 帮助页面URL | https://github.com/guowenfh/chrome-color-picker/issues |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Color Picker",
"version": "2.3.0",
"description": "A chrome debugger style color picker plugin",
"browser_action": {
"default_icon": ".\/assets\/icons\/48.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"background": {
"page": ".\/dist\/background\/index.html",
"persistent": false
},
"icons": {
"16": ".\/assets\/icons\/16.png",
"48": ".\/assets\/icons\/48.png",
"128": ".\/assets\/icons\/128.png"
},
"permissions": [
"tabs",
"clipboardWrite",
"storage",
"activeTab",
"contextMenus",
" | |