Visual Design Quick Tests
Easily apply filters to test the visual design of sites or files
Visual Design Quick Tests là gì?
Visual Design Quick Tests là một tiện ích mở rộng Chrome được phát triển bởi Adam Ruf, và tính năng chính của nó là "Easily apply filters to test the visual design of sites or files".
Ả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 Visual Design Quick Tests
Tải xuống các tệp mở rộng Visual Design Quick Tests 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
👋 Designers, save time with Visual Design Quick Tests (VDQT). You can quickly test designs for visual contrast, balance, harmony, and more. You can also test the visual accessibility of your designs by simulating common forms of color blindness.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Visual Design Quick Tests |
ID | kdkdbeinbohlllbkgammmkienajaiimn |
URL Chính Thức | https://chromewebstore.google.com/detail/visual-design-quick-tests/kdkdbeinbohlllbkgammmkienajaiimn |
Mô tả | Easily apply filters to test the visual design of sites or files |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2019-02-24 |
Ngày Phát Hành | 2019-02-24 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Adam Ruf |
[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", "name": "__MSG_extName__", "version": "0.0.4", "description": "__MSG_extDescription__", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Visual Design Quick Tests", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "default_locale": "en", "web_accessible_resources": [ "img\/*" ] } |