Spring

A minimal new tab page for Google Chrome.

What is Spring?

Spring is a Chrome extension developed by jamiller.me, and its main feature is "A minimal new tab page for Google Chrome.".

Extension Screenshots

screenshot

Download Spring Extension CRX File

Download Spring 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

                        Spring is a minimal new tab page for Chrome.

Featuring:
🚀  Full-size background photos, tailored to the resolution of your monitor, from Unsplash.
🔥 An analog clock face inspired by Ziiiro.
🤖 A location-aware digital clock.

✌️                    

Extension Basic Information

Name Spring Spring
ID lcomlokgcbklomfecjjpjlncapnhepbl
Official URL https://chromewebstore.google.com/detail/spring/lcomlokgcbklomfecjjpjlncapnhepbl
Description A minimal new tab page for Google Chrome.
File Size 34.85 KB
Installation Count 80
Current Version 1.0.0
Last Updated 2018-04-27
Publish Date 2018-04-23
Rating 5.00/5 Total 4 Ratings
Developer jamiller.me
Email [email protected]
Payment Type free
Extension Website https://jamiller.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spring",
    "description": "A minimal new tab page for Google Chrome.",
    "version": "1.0.0",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "spring.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}