NZH Sub Editor

A better sub-editor for the NZ Herald

¿Qué es NZH Sub Editor?

NZH Sub Editor es una extensión de Chrome desarrollada por Ben Limited, y su función principal es "A better sub-editor for the NZ Herald".

Descargar Archivo CRX de la Extensión NZH Sub Editor

Descarga archivos de extensión NZH Sub Editor 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

                        Add a few stylistic easter eggs to our favourite newspaper - see if you can find them all!

NOT TO BE TAKEN SERIOUSLY. Not affiliated the NZ Herald or NZME.

Changelog:
0.4.1: D'oh, that introduced a bug making the Syndication Snooper stop working, sorry!
0.4: Okay, the snarky blurb on the in-depth section looks cranky, so I've changed it for another thing.                    

Información Básica de la Extensión

Nombre NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
URL Oficial https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Descripción A better sub-editor for the NZ Herald
Tamaño del Archivo 123 KB
Cantidad de Instalaciones 11
Versión Actual 0.4.2
Última Actualización 2017-04-19
Fecha de Publicación 2017-04-19
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Ben Limited
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NZH Sub Editor",
    "version": "0.4.2",
    "description": "A better sub-editor for the NZ Herald",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nzherald.co.nz\/*"
            ],
            "js": [
                "content.js"
            ],
            "run-at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.nzherald.co.nz\/"
            ],
            "js": [
                "frontpage.js"
            ],
            "run-at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}