NZH Sub Editor

A better sub-editor for the NZ Herald

Wat is NZH Sub Editor?

NZH Sub Editor is een Chrome-extensie ontwikkeld door Ben Limited, en de belangrijkste functie is "A better sub-editor for the NZ Herald".

Download het CRX-bestand van de extensie NZH Sub Editor

Download NZH Sub Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
Officiële URL https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Beschrijving A better sub-editor for the NZ Herald
Bestandsgrootte 123 KB
Aantal Installaties 11
Huidige Versie 0.4.2
Laatst Bijgewerkt 2017-04-19
Publicatiedatum 2017-04-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ben Limited
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}