PixelZoomer
PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
PixelZoomer là gì?
PixelZoomer là một tiện ích mở rộng Chrome được phát triển bởi Matthias Schuetz, và tính năng chính của nó là "PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PixelZoomer
Tải xuống các tệp mở rộng PixelZoomer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PixelZoomer |
ID | fogkjckfkdcnmnnfmbieljpkmmihhpao |
URL Chính Thức | https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao |
Mô tả | PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper. |
Kích Thước Tệp | 56.91 KB |
Số Lần Cài Đặt | 47,240 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-10-28 |
Ngày Phát Hành | 2019-10-02 |
Đánh Giá | 4.61/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | Matthias Schuetz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", " |