Eyedropper - Color picker
Pick a color on the current page
什么是Eyedropper - Color picker?
Eyedropper - Color picker是由roumi开发的Chrome扩展程序,该扩展的主要功能是“Pick a color on the current page”。
扩展截图
下载Eyedropper - Color picker扩展crx文件
下载Eyedropper - Color picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to pick a color on the current tab.
扩展基本信息
名称 | Eyedropper - Color picker |
ID | lffepicekmmcedjmmgdeaedjcccoddln |
官方URL | https://chromewebstore.google.com/detail/eyedropper-color-picker/lffepicekmmcedjmmgdeaedjcccoddln |
简介 | Pick a color on the current page |
文件大小 | 9.58 KB |
安装次数 | 457 |
当前版本 | 2.0 |
更新时间 | 2024-01-29 |
上架时间 | 2020-11-26 |
开发者 | roumi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Remi-Leclercq-Blondel/eyedropper |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eyedropper - Color picker", "version": "2.0", "description": "Pick a color on the current page", "background": { "service_worker": "src\/background\/background.js" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": "images\/logo.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ " |