NZH Sub Editor
A better sub-editor for the NZ Herald
NZH Sub Editor क्या है?
NZH Sub Editor Ben Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better sub-editor for the NZ Herald"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NZH Sub Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } |