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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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\/*" ] } |