NZH Sub Editor

A better sub-editor for the NZ Herald

Cos'è NZH Sub Editor?

NZH Sub Editor è un'estensione di Chrome sviluppata da Ben Limited, e la sua funzione principale è "A better sub-editor for the NZ Herald".

Scarica il file CRX dell'estensione NZH Sub Editor

Scarica i file di estensione NZH Sub Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
URL Ufficiale https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Descrizione A better sub-editor for the NZ Herald
Dimensione del File 123 KB
Conteggio Installazioni 11
Versione Corrente 0.4.2
Ultimo Aggiornamento 2017-04-19
Data di Pubblicazione 2017-04-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ben Limited
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}