Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
What is Min New Tab?
Min New Tab is a Chrome extension developed by Stanley Lim, and its main feature is "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".
Extension Screenshots
Download Min New Tab Extension CRX File
Download Min 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
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
Extension Basic Information
Name | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
Official URL | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
Description | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
File Size | 51.95 KB |
Installation Count | 73 |
Current Version | 1.0.0 |
Last Updated | 2016-07-29 |
Publish Date | 2016-07-29 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Stanley Lim |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |