PerfectPixel by WellDoneCode (pixel perfect)
This extension helps develop your websites with pixel perfect accuracy!
PerfectPixel by WellDoneCode (pixel perfect) là gì?
PerfectPixel by WellDoneCode (pixel perfect) là một tiện ích mở rộng Chrome được phát triển bởi https://welldonecode.com, và tính năng chính của nó là "This extension helps develop your websites with pixel perfect accuracy!".
Ả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 PerfectPixel by WellDoneCode (pixel perfect)
Tải xuống các tệp mở rộng PerfectPixel by WellDoneCode (pixel perfect) 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
PerfectPixel allows developers and markup designers put a semi-transparent image overlay over the top of the developed HTML and perform pixel perfect comparison between them. Features: * Multiple layers support * Layer inversion and scaling * Separate layers for each website * Layers are saved between browsing sessions * Minimalistic easy-to-use UI * Drag-n-drop file upload, paste from url, paste from clipboard support * Keyboard arrow keys and mousewheel support * Extension works with file:// scheme (local files) PerfectPixel PRO features: * No ads * Layer rotation * Appearance customization * Premium support Tips: * Double-click on header to expand/collapse main window * Use Shift + arrow keys for 10px position change Changelog: http://www.welldonecode.com/perfectpixel/changesets/ Shortcuts: http://www.welldonecode.com/perfectpixel/shortcuts/ --> Extension is AD supported. Ads are injected into extension panel only, no any injections into websites <--
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PerfectPixel by WellDoneCode (pixel perfect) |
ID | dkaagdgjmgdmbnecmcefdhjekcoceebi |
URL Chính Thức | https://chromewebstore.google.com/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi |
Mô tả | This extension helps develop your websites with pixel perfect accuracy! |
Kích Thước Tệp | 776 KB |
Số Lần Cài Đặt | 361,969 |
Phiên Bản Hiện Tại | 2.1.2.5 |
Cập Nhật Lần Cuối | 2023-04-20 |
Ngày Phát Hành | 2020-03-01 |
Đánh Giá | 4.38/5 Tổng số 595 Đánh Giá |
Nhà Phát Triển | https://welldonecode.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.welldonecode.com/perfectpixel |
URL Trang Trợ Giúp | https://www.welldonecode.com/perfectpixel |
URL Trang Chính Sách Bảo Mật | https://www.welldonecode.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/images\/icons\/app_icons\/grayscale.png", "default_title": "PerfectPixel", "default_popup": "popups\/tab-not-allowed.html" }, "content_security_policy": "script-src 'self' https:\/\/*.carbonads.com https:\/\/*.carbonads.net https:\/\/*.buysellads.net https:\/\/*.buysellads.com https:\/\/*.servedby-buysellads.com https:\/\/*.converto.com https:\/\/d1o3lvh59ou5pb.cloudfront.net\/carbon.js https:\/\/cdn.paddle.com\/paddle\/paddle.js https:\/\/checkout.paddle.com\/api\/1.0\/prices; object-src 'self'", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "assets\/images\/icons\/128.png", "16": "assets\/images\/icons\/16.png", "48": "assets\/images\/icons\/48.png" }, "name": "__MSG_extension_name__", "manifest_version": 2, "optional_permissions": [ "clipboardRead" ], "options_page": "settings.html", "permissions": [ " |