PixelZoomer
PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
什么是PixelZoomer?
PixelZoomer是由Matthias Schuetz开发的Chrome扩展程序,该扩展的主要功能是“PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.”。
扩展截图
下载PixelZoomer扩展crx文件
下载PixelZoomer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. You can zoom into websites (up to 3200%), measure distances and pick colors with an eye dropper. MAIN FEATURES - pixel perfect ruler - zoom/pan tool (100% to 3200%) - eye dropper (HEX and RGB values) - undo/redo - open screenshot image in tab
扩展基本信息
名称 | PixelZoomer |
ID | fogkjckfkdcnmnnfmbieljpkmmihhpao |
官方URL | https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao |
简介 | PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper. |
文件大小 | 56.91 KB |
安装次数 | 47,240 |
当前版本 | 1.0.2 |
更新时间 | 2021-10-28 |
上架时间 | 2019-10-02 |
评分 | 4.61/5 共49次评分 |
开发者 | Matthias Schuetz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PixelZoomer", "short_name": "PixelZoomer", "default_locale": "en", "version": "1.0.2", "author": "Matthias Schuetz", "description": "__MSG_appDescription__", "background": { "scripts": [ "content\/browser.js" ], "persistent": false }, "commands": { "start-pixelzoomer": { "suggested_key": { "default": "Alt+Shift+Q", "mac": "Alt+Shift+Q" }, "description": "__MSG_settingsStartApp__" } }, "browser_action": { "default_icon": "icons\/icon-32.png", "default_title": "PixelZoomer" }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "options_ui": { "page": "content\/options.html", "chrome_style": true }, "permissions": [ "tabs", "contextMenus", " |