Black and White

Turns black and white vision on

Co je Black and White?

Black and White je rozšíření Chrome vyvinuté https://jannesmeyer.com, a jeho hlavní funkcí je „Turns black and white vision on“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Black and White

Stáhněte si soubory rozšíření Black and White ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Black and White Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
Oficiální URL https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie
Popis Turns black and white vision on
Velikost souboru 9.43 KB
Počet instalací 5,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-03-09
Datum Vydání 2015-03-09
Hodnocení 4.63/5 Celkem 19 Hodnocení
Vývojář https://jannesmeyer.com
Typ Platby free
Webové stránky Rozšíření https://github.com/JannesMeyer/chrome-black-and-white
URL Stránky Nápovědy https://github.com/JannesMeyer/chrome-black-and-white/issues
Podporované Jazyky 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"
    ]
}