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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}