Visual Design Quick Tests

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

什麼是Visual Design Quick Tests?

Visual Design Quick Tests是由Adam Ruf開發的Chrome擴展程式,該擴展的主要功能是“Easily apply filters to test the visual design of sites or files”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Visual Design Quick Tests擴展crx文件

下載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 Visual Design Quick Tests
ID kdkdbeinbohlllbkgammmkienajaiimn
官方網址 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\/*"
    ]
}