NZH Sub Editor

A better sub-editor for the NZ Herald

NZH Sub Editorคืออะไร?

NZH Sub Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Limited และคุณลักษณะหลักของมันคือ "A better sub-editor for the NZ Herald"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NZH Sub Editor

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}