Visual Design Quick Tests

Easily apply filters to test the visual design of sites or files

What is Visual Design Quick Tests?

Visual Design Quick Tests is a Chrome extension developed by Adam Ruf, and its main feature is "Easily apply filters to test the visual design of sites or files".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Visual Design Quick Tests Extension CRX File

Download Visual Design Quick Tests extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        👋 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.                    

Extension Basic Information

Name Visual Design Quick Tests Visual Design Quick Tests
ID kdkdbeinbohlllbkgammmkienajaiimn
Official URL https://chromewebstore.google.com/detail/visual-design-quick-tests/kdkdbeinbohlllbkgammmkienajaiimn
Description Easily apply filters to test the visual design of sites or files
File Size 180 KB
Installation Count 52
Current Version 0.0.4
Last Updated 2019-02-24
Publish Date 2019-02-24
Rating 2.33/5 Total 3 Ratings
Developer Adam Ruf
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}