Visual Design Quick Tests
Easily apply filters to test the visual design of sites or files
Vad är Visual Design Quick Tests?
Visual Design Quick Tests är en Chrome-tillägg utvecklad av Adam Ruf, och dess huvudfunktion är "Easily apply filters to test the visual design of sites or files".
Tilläggsskärmbilder
Ladda ner Visual Design Quick Tests-förlängningens CRX-fil
Ladda ner Visual Design Quick Tests-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
👋 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.
Grundläggande Information om Tillägg
Namn | Visual Design Quick Tests |
ID | kdkdbeinbohlllbkgammmkienajaiimn |
Officiell webbadress | https://chromewebstore.google.com/detail/visual-design-quick-tests/kdkdbeinbohlllbkgammmkienajaiimn |
Beskrivning | Easily apply filters to test the visual design of sites or files |
Filstorlek | 180 KB |
Antal Installationer | 52 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2019-02-24 |
Publiceringsdatum | 2019-02-24 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | Adam Ruf |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |