Black White and Blurry

A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.

ما هو Black White and Blurry؟

Black White and Blurry هو إضافة Chrome تم تطويرها بواسطة eionschreiber، والميزة الرئيسية لها هي "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.".

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

screenshot

تحميل ملف CRX للإضافة Black White and Blurry

قم بتنزيل ملفات الامتداد Black White and Blurry بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
عنوان URL الرسمي https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
الوصف A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.
حجم الملف 20.85 KB
عدد التثبيتات 71
النسخة الحالية 1.2
آخر تحديث 2018-02-23
تاريخ النشر 2018-02-22
المطور eionschreiber
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black White and Blurry",
    "description": "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.",
    "version": "1.2",
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "black_white_blur.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}