Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
What is Minimalist New Tab?
Minimalist New Tab is a Chrome extension developed by John, and its main feature is "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Extension Screenshots
Download Minimalist New Tab Extension CRX File
Download Minimalist 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
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Extension Basic Information
Name | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
Official URL | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Description | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
File Size | 131 KB |
Installation Count | 262 |
Current Version | 0.2.6 |
Last Updated | 2019-02-06 |
Publish Date | 2019-02-06 |
Rating | 4.86/5 Total 7 Ratings |
Developer | John |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |