Chrome Color Picker
A chrome debugger style color picker plugin
Qu'est-ce que Chrome Color Picker ?
Chrome Color Picker est une extension Chrome développée par guowenfh, et sa fonction principale est "A chrome debugger style color picker plugin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Color Picker
Téléchargez les fichiers d'extension Chrome Color Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 支持全局进行颜色选取! 第一次安装无法使用插件的,刷新一下网页就可以了!
Informations de Base sur l'Extension
Nom | Chrome Color Picker |
ID | ojaclcbknieckfcapcbifaijoocfmpaj |
URL Officiel | https://chromewebstore.google.com/detail/chrome-color-picker/ojaclcbknieckfcapcbifaijoocfmpaj |
Description | A chrome debugger style color picker plugin |
Taille du Fichier | 93.1 KB |
Nombre d'Installations | 4,479 |
Version Actuelle | 2.3.0 |
Dernière Mise à Jour | 2023-08-04 |
Date de Publication | 2020-03-29 |
Évaluation | 4.10/5 Total 10 Évaluations |
Développeur | guowenfh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/guowenfh/chrome-color-picker |
URL de la Page d'Aide | https://github.com/guowenfh/chrome-color-picker/issues |
Langues Prises en Charge | 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", " |