Design Overlay
This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.
Design Overlay là gì?
Design Overlay là một tiện ích mở rộng Chrome được phát triển bởi nickdeakin83, và tính năng chính của nó là "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.".
Ả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 Design Overlay
Tải xuống các tệp mở rộng Design Overlay 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
Developing a website by eyeballing the page and design? Tired of screenshotting your page and overlaying it in photoshop to check its pixel perfect? Pffft! Just add the png of the site to this extension, and switch it on! The design will be overlayed on your page with half opacity. Now you can be pixel perfect, and your designers wont have to slap you any longer!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mdkocgkfcdilceogdfekcacmpjpopdma |
URL Chính Thức | https://chrome.google.com/webstore/detail/design-overlay/mdkocgkfcdilceogdfekcacmpjpopdma |
Mô tả | This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel. |
Kích Thước Tệp | 17.41 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2021-02-04 |
Ngày Phát Hành | 2021-01-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nickdeakin83 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Design Overlay", "description": "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.", "version": "0.0.0.3", "icons": { "16": "\/images\/image_16.png", "32": "\/images\/image_32.png", "48": "\/images\/image_64.png", "128": "\/images\/image_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Right click and select an image in options!" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ] } |