Accupix
Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to.
什么是Accupix?
Accupix是由Sridhar PG开发的Chrome扩展程序,该扩展的主要功能是“Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to.”。
扩展截图
下载Accupix扩展crx文件
下载Accupix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Eyedropper for Google Chrome. The extension also automatically copies the selected hex color code value to clipboard. Some of the shortcuts that will come handy: - Use Scroll to Zoom In/Out - Use Arrow keys to move the cursor to precisely match the required pixel - Enter key picks the pixel - Esc closes the picker For Issues or Feature requests, mail to: [email protected]
扩展基本信息
名称 | |
ID | cnoeecignnjfddobmijconiockefppbg |
官方URL | https://chrome.google.com/webstore/detail/accupix/cnoeecignnjfddobmijconiockefppbg |
简介 | Provides an intuitive eyedropper to pick colors from webpages by providing a zoomed preview of the portion mouse points to. |
文件大小 | 68.4 KB |
安装次数 | 243 |
当前版本 | 1.4.1 |
更新时间 | 2014-01-02 |
上架时间 | 2014-01-02 |
评分 | 2.23/5 共13次评分 |
开发者 | Sridhar PG |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accupix", "version": "1.4.1", "manifest_version": 2, "background": { "page": "bg\/background.html" }, "browser_action": { "default_icon": "images\/picker_32.png", "default_title": "Color Picker" }, "content_scripts": [ { "css": [ "content\/content.css" ], "js": [ "tp\/jquery.js", "tp\/jquery.ba-throttle-debounce.js", "content\/content.js" ], "matches": [ " |