NZH Sub Editor

A better sub-editor for the NZ Herald

什么是NZH Sub Editor?

NZH Sub Editor是由Ben Limited开发的Chrome扩展程序,该扩展的主要功能是“A better sub-editor for the NZ Herald”。

下载NZH Sub Editor扩展crx文件

下载NZH Sub Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
官方URL https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
简介 A better sub-editor for the NZ Herald
文件大小 123 KB
安装次数 11
当前版本 0.4.2
更新时间 2017-04-19
上架时间 2017-04-19
评分 5.00/5 共3次评分
开发者 Ben Limited
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}