Chrome Color Picker
A chrome debugger style color picker plugin
What is Chrome Color Picker?
Chrome Color Picker is a Chrome extension developed by guowenfh, and its main feature is "A chrome debugger style color picker plugin".
Extension Screenshots
Download Chrome Color Picker Extension CRX File
Download Chrome Color Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 支持全局进行颜色选取! 第一次安装无法使用插件的,刷新一下网页就可以了!
Extension Basic Information
Name | Chrome Color Picker |
ID | ojaclcbknieckfcapcbifaijoocfmpaj |
Official URL | https://chromewebstore.google.com/detail/chrome-color-picker/ojaclcbknieckfcapcbifaijoocfmpaj |
Description | A chrome debugger style color picker plugin |
File Size | 93.1 KB |
Installation Count | 4,479 |
Current Version | 2.3.0 |
Last Updated | 2023-08-04 |
Publish Date | 2020-03-29 |
Rating | 4.10/5 Total 10 Ratings |
Developer | guowenfh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/guowenfh/chrome-color-picker |
Help Page URL | https://github.com/guowenfh/chrome-color-picker/issues |
Supported Languages | 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", " |