Minimal New Tab
A minimal new tab page for Chrome.
What is Minimal New Tab?
Minimal New Tab is a Chrome extension developed by ExPixel, and its main feature is "A minimal new tab page for Chrome.".
Extension Screenshots
Download Minimal New Tab Extension CRX File
Download Minimal New 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
A minimal new tab page for Chrome.
Extension Basic Information
Name | |
ID | oefebaomaahemfkgjdeaokigmcflbfna |
Official URL | https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna |
Description | A minimal new tab page for Chrome. |
File Size | 122 KB |
Installation Count | 617 |
Current Version | 1.5.0 |
Last Updated | 2017-10-11 |
Publish Date | 2017-10-11 |
Rating | 4.61/5 Total 18 Ratings |
Developer | ExPixel |
Payment Type | free |
Extension Website | https://github.com/ExPixel/Minimal-New-Tab-Page |
Help Page URL | https://github.com/ExPixel/Minimal-New-Tab-Page/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal New Tab", "version": "1.5.0", "description": "A minimal new tab page for Chrome.", "author": "Adolph C.", "icons": { "16": "icons\/minimalnewtab-icon-16.png", "32": "icons\/minimalnewtab-icon-32.png", "48": "icons\/minimalnewtab-icon-48.png", "64": "icons\/minimalnewtab-icon-64.png", "128": "icons\/minimalnewtab-icon-128.png" }, "background": { "scripts": [ "js\/background.bundle.js" ] }, "permissions": [ "chrome:\/\/favicon\/**\/*", "https:\/\/*.darksky.net\/", "http:\/\/*.darksky.net\/" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "img\/weather\/*.svg", "js\/app.bundle.js" ] } |