Black and White

Turns black and white vision on

O que é Black and White?

Black and White é uma extensão do Chrome desenvolvida por https://jannesmeyer.com, e sua principal característica é "Turns black and white vision on".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Black and White

Baixe arquivos de extensão Black and White no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Black and White Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
URL Oficial https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie
Descrição Turns black and white vision on
Tamanho do Arquivo 9.43 KB
Contagem de Instalações 5,000
Versão Atual 1.0.1
Última Atualização 2015-03-09
Data de Publicação 2015-03-09
Classificação 4.63/5 Total de 19 Avaliações
Desenvolvedor https://jannesmeyer.com
Tipo de Pagamento free
Site da Extensão https://github.com/JannesMeyer/chrome-black-and-white
URL da Página de Ajuda https://github.com/JannesMeyer/chrome-black-and-white/issues
Idiomas Suportados 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"
    ]
}