Minimalist Tab
Simplify your Chrome new tab page.
What is Minimalist Tab?
Minimalist Tab is a Chrome extension developed by https://benandy.github.io, and its main feature is "Simplify your Chrome new tab page.".
Extension Screenshots
Download Minimalist Tab Extension CRX File
Download Minimalist 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
Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.
Extension Basic Information
Name | Minimalist Tab |
ID | dcnlolkfplhlimlokmkinnmpjecghgcc |
Official URL | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc |
Description | Simplify your Chrome new tab page. |
File Size | 6.73 KB |
Installation Count | 100 |
Current Version | 1.1.7 |
Last Updated | 2017-10-03 |
Publish Date | 2017-10-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://benandy.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://benandy.github.io/minimalisttab/ |
Privacy Policy Page URL | http://benandy.github.io/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "name": "Minimalist Tab", "short_name": "Minimalist Tab", "description": "Simplify your Chrome new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/minimalisttab", "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals", "minimum_chrome_version": "48.0.2564", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "cookies", "unlimitedStorage", "*:\/\/benandy.github.io\/*" ] } |