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