NZH Sub Editor
A better sub-editor for the NZ Herald
Apa itu NZH Sub Editor?
NZH Sub Editor adalah ekstensi Chrome yang dikembangkan oleh Ben Limited, dan fitur utamanya adalah "A better sub-editor for the NZ Herald".
Unduh Berkas CRX Ekstensi NZH Sub Editor
Unduh file ekstensi NZH Sub Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | caknolpmddpngljlmdakikbcdnihbcah |
URL Resmi | https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah |
Deskripsi | A better sub-editor for the NZ Herald |
Ukuran File | 123 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.4.2 |
Terakhir Diperbarui | 2017-04-19 |
Tanggal Publikasi | 2017-04-19 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Ben Limited |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |