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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        👋 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
공식 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\/*"
    ]
}