Design Column Overlay
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…
Design Column Overlay là gì?
Design Column Overlay là một tiện ích mở rộng Chrome được phát triển bởi pnarielwala, và tính năng chính của nó là "This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design…".
Ả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 Column Overlay
Tải xuống các tệp mở rộng Design Column 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
This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design guidelines at various window dimensions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Design Column Overlay |
ID | ljefcffcapmdjpfkdbdaflllfjognlnh |
URL Chính Thức | https://chromewebstore.google.com/detail/design-column-overlay/ljefcffcapmdjpfkdbdaflllfjognlnh |
Mô tả | This chrome extension places a dynamic overlay over the current tab so that web engineers can follow configured visual design… |
Kích Thước Tệp | 392 KB |
Số Lần Cài Đặt | 503 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2022-09-27 |
Ngày Phát Hành | 2020-04-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | pnarielwala |
pnarielwala@gmail.com | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pnarielwala/design-column-overlay |
URL Trang Trợ Giúp | https://github.com/pnarielwala/design-column-overlay |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Design Column Overlay", "version": "0.2", "manifest_version": 3, "action": { "default_popup": "index.html" }, "icons": { "16": "column16.png", "48": "column48.png", "128": "column128.png" }, "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ " |