NZH Sub Editor

A better sub-editor for the NZ Herald

O que é NZH Sub Editor?

NZH Sub Editor é uma extensão do Chrome desenvolvida por Ben Limited, e sua principal característica é "A better sub-editor for the NZ Herald".

Baixar o arquivo CRX da Extensão NZH Sub Editor

Baixe arquivos de extensão NZH Sub Editor 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

                        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.                    

Informações Básicas da Extensão

Nome NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
URL Oficial https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Descrição A better sub-editor for the NZ Herald
Tamanho do Arquivo 123 KB
Contagem de Instalações 11
Versão Atual 0.4.2
Última Atualização 2017-04-19
Data de Publicação 2017-04-19
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Ben Limited
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}