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
官方網址 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\/*"
    ]
}