Visual Design Quick Tests
Easily apply filters to test the visual design of sites or files
Visual Design Quick Testsคืออะไร?
Visual Design Quick Tests เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Ruf และคุณลักษณะหลักของมันคือ "Easily apply filters to test the visual design of sites or files"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Design Quick Tests
ดาวน์โหลดไฟล์ส่วนขยาย Visual Design Quick Tests ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
👋 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Visual Design Quick Tests |
ID | kdkdbeinbohlllbkgammmkienajaiimn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/visual-design-quick-tests/kdkdbeinbohlllbkgammmkienajaiimn |
คำอธิบาย | Easily apply filters to test the visual design of sites or files |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2019-02-24 |
วันที่เผยแพร่ | 2019-02-24 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Adam Ruf |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |