NZH Sub Editor

A better sub-editor for the NZ Herald

NZH Sub Editor là gì?

NZH Sub Editor là một tiện ích mở rộng Chrome được phát triển bởi Ben Limited, và tính năng chính của nó là "A better sub-editor for the NZ Herald".

Tải xuống tệp CRX của tiện ích mở rộng NZH Sub Editor

Tải xuống các tệp mở rộng NZH Sub Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
URL Chính Thức https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Mô tả A better sub-editor for the NZ Herald
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2017-04-19
Ngày Phát Hành 2017-04-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ben Limited
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}