Stuff.co.nz New(s) Tab
Breaking news from NZ every time you open a new tab
What is Stuff.co.nz New(s) Tab?
Stuff.co.nz New(s) Tab is a Chrome extension developed by Stuff.co.nz, and its main feature is "Breaking news from NZ every time you open a new tab".
Extension Screenshots
Download Stuff.co.nz New(s) Tab Extension CRX File
Download Stuff.co.nz New(s) Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Stuff.co.nz New(s) Tab |
ID | pbekndmpaeneoocbfefhjmfffbdpgcem |
Official URL | https://chromewebstore.google.com/detail/stuffconz-news-tab/pbekndmpaeneoocbfefhjmfffbdpgcem |
Description | Breaking news from NZ every time you open a new tab |
File Size | 124 KB |
Installation Count | 465 |
Current Version | 1.0.1 |
Last Updated | 2016-06-13 |
Publish Date | 2016-06-12 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Stuff.co.nz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stuff.co.nz New(s) Tab", "version": "1.0.1", "manifest_version": 2, "description": "Breaking news from NZ every time you open a new tab", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/app.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "http:\/\/www.stuff.co.nz\/", "https:\/\/www.stuff.co.nz\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |