Black and White

Turns black and white vision on

Co to jest Black and White?

Black and White to rozszerzenie Chrome opracowane przez https://jannesmeyer.com, a jego główną funkcją jest „Turns black and white vision on”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Black and White

Pobierz pliki rozszerzeń Black and White w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Black and White Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
Oficjalny URL https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie
Opis Turns black and white vision on
Rozmiar pliku 9.43 KB
Liczba instalacji 5,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-03-09
Data Publikacji 2015-03-09
Ocena 4.63/5 Łącznie 19 Oceny
Deweloper https://jannesmeyer.com
Typ Płatności free
Strona Rozszerzenia https://github.com/JannesMeyer/chrome-black-and-white
Adres URL Strony Pomocy https://github.com/JannesMeyer/chrome-black-and-white/issues
Obsługiwane Języki 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"
    ]
}