Crosspixel
Allows to place image above page for creating pixel-perfect HTML markup.
Crosspixel là gì?
Crosspixel là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows to place image above page for creating pixel-perfect HTML markup.".
Ả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 Crosspixel
Tải xuống các tệp mở rộng Crosspixel 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
1. Click extension's icon 2. If design.png exists, it will be placed over the page. 3. If there is no design.png file, just drag and drop image onto the page – image will be placed over. 4. To change opacity use left click and right click. 5. To remove image placed over page, click extension's icon. Image is centered horizontally on a blue translucent background. The width of the superimposed image in pixels displayed in the Developer Tools console. Change the width of the window is conveniently with Developer Tools enabled - in this case in the upper right corner shows the size of the window in pixels.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crosspixel |
ID | knndpgclbncldfjdpiikkpfkfhepddco |
URL Chính Thức | https://chromewebstore.google.com/detail/crosspixel/knndpgclbncldfjdpiikkpfkfhepddco |
Mô tả | Allows to place image above page for creating pixel-perfect HTML markup. |
Kích Thước Tệp | 11.57 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2014-03-13 |
Ngày Phát Hành | 2014-03-13 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/aishek/crosspixel |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crosspixel", "version": "0.0.1", "description": "__MSG_extension_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "__MSG_toggle__" } } |