Spring

A minimal new tab page for Google Chrome.

什么是Spring?

Spring是由jamiller.me开发的Chrome扩展程序,该扩展的主要功能是“A minimal new tab page for Google Chrome.”。

扩展截图

screenshot

下载Spring扩展crx文件

下载Spring扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.

✌️                    

扩展基本信息

名称 Spring Spring
ID lcomlokgcbklomfecjjpjlncapnhepbl
官方URL https://chromewebstore.google.com/detail/spring/lcomlokgcbklomfecjjpjlncapnhepbl
简介 A minimal new tab page for Google Chrome.
文件大小 34.85 KB
安装次数 80
当前版本 1.0.0
更新时间 2018-04-27
上架时间 2018-04-23
评分 5.00/5 共4次评分
开发者 jamiller.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jamiller.me
支持的语言 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"
    }
}