Black and White

Turns black and white vision on

¿Qué es Black and White?

Black and White es una extensión de Chrome desarrollada por https://jannesmeyer.com, y su función principal es "Turns black and white vision on".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Black and White

Descarga archivos de extensión Black and White en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Black and White Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
URL Oficial https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie
Descripción Turns black and white vision on
Tamaño del Archivo 9.43 KB
Cantidad de Instalaciones 5,000
Versión Actual 1.0.1
Última Actualización 2015-03-09
Fecha de Publicación 2015-03-09
Calificación 4.63/5 Total de 19 Calificaciones
Desarrollador https://jannesmeyer.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/JannesMeyer/chrome-black-and-white
URL de la Página de Ayuda https://github.com/JannesMeyer/chrome-black-and-white/issues
Idiomas Soportados 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"
    ]
}