Minimalistic New Tab

Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.

What is Minimalistic New Tab?

Minimalistic New Tab is a Chrome extension developed by smenigat, and its main feature is "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Minimalistic New Tab Extension CRX File

Download Minimalistic 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 simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience.

Features:
- Clock showing the current time
- Background image freely choosable (any Unsplash image you want)                    

Extension Basic Information

Name Minimalistic New Tab Minimalistic New Tab
ID hlalpbapamklikbknbjjbjhoaeeohlck
Official URL https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck
Description Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
File Size 554 KB
Installation Count 48
Current Version 1.1
Last Updated 2019-08-26
Publish Date 2019-08-26
Developer smenigat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalistic New Tab",
    "version": "1.1",
    "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}