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
Eメール [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"
    }
}