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
Eメール [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\/*"
    ]
}