NZH Sub Editor
A better sub-editor for the NZ Herald
Qu'est-ce que NZH Sub Editor ?
NZH Sub Editor est une extension Chrome développée par Ben Limited, et sa fonction principale est "A better sub-editor for the NZ Herald".
Télécharger le fichier CRX de l'extension NZH Sub Editor
Téléchargez les fichiers d'extension NZH Sub Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | caknolpmddpngljlmdakikbcdnihbcah |
URL Officiel | https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah |
Description | A better sub-editor for the NZ Herald |
Taille du Fichier | 123 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.4.2 |
Dernière Mise à Jour | 2017-04-19 |
Date de Publication | 2017-04-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Ben Limited |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |