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

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Visual Design Quick Tests

قم بتنزيل ملفات الامتداد Visual Design Quick Tests بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}