Black and White

Turns black and white vision on

ما هو Black and White؟

Black and White هو إضافة Chrome تم تطويرها بواسطة https://jannesmeyer.com، والميزة الرئيسية لها هي "Turns black and white vision on".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        When activated, the extension disables borders, outlines, background colors, text colors, box shadows and text shadows.

Seeing a web page in such a rudimentary form helps you evaluate the information hierarchy of your design. Suddenly it becomes much easier to make sure you are adhering to a coherent visual grid. Without the visual clutter it allows you to see the typographic structure a lot easier.



Source code (licensed under GPLv3): https://github.com/JannesMeyer/chrome-black-and-white/                    

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

الاسم Black and White Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
عنوان URL الرسمي https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie
الوصف Turns black and white vision on
حجم الملف 9.43 KB
عدد التثبيتات 5,000
النسخة الحالية 1.0.1
آخر تحديث 2015-03-09
تاريخ النشر 2015-03-09
تقييم 4.63/5 مجموع تقييمات 19
المطور https://jannesmeyer.com
نوع الدفع free
موقع الإضافة https://github.com/JannesMeyer/chrome-black-and-white
عنوان صفحة المساعدة https://github.com/JannesMeyer/chrome-black-and-white/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black and White",
    "short_name": "B\/W",
    "version": "1.0.1",
    "description": "Turns black and white vision on",
    "homepage_url": "https:\/\/github.com\/JannesMeyer\/chrome-black-and-white",
    "icons": {
        "48": "icon-bw-48.png",
        "128": "icon-bw-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-bw-19.png",
            "38": "icon-bw-38.png"
        },
        "default_title": "Turn black and white mode on"
    },
    "background": {
        "scripts": [
            "event-page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}