lavender | new tab

a soft, minimal new tab for your browser

lavender | new tabとは何ですか?

lavender | new tabはfvrestsによって開発されたChromeの拡張機能で、その主な機能は「a soft, minimal new tab for your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

lavender | new tab拡張機能のCRXファイルをダウンロード

lavender | new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        lavender new tab 🌙 

lavender is a soft, minimal new tab for your chrome browser featuring: 
-   live time & weather updates
-   5 calming background colors 
-   alternative UI layouts
-   location-based weather fetching 
-   metric units & 24-hour time formatting
-   options sync between chrome browsers 

this app requires the following permissions: 
- chrome & local storage: used to store user settings, sync across browsers                                                   - geolocation: used to fetch weather from the OpenWeather API (https://openweathermap.org/). this functionality is optional. 

this project is licensed under the MIT license. please feel free to browse the source code or use snippets to inspire your own projects 💛 

source code: https://github.com/fvrests/lavender

privacy policy: https://github.com/fvrests/lavender/blob/main/privacy-policy.md) 

terms of use: https://github.com/fvrests/lavender/blob/main/terms-of-use.md 

by @fvrests: https://twitter.com/fvrests 
donate 💕https://givebutter.com/fvrests                    

拡張機能の基本情報

名前 lavender | new tab lavender | new tab
ID ffobepdbanoiodmfimpmanafepclokbc
公式URL https://chromewebstore.google.com/detail/lavender-new-tab/ffobepdbanoiodmfimpmanafepclokbc
説明 a soft, minimal new tab for your browser
ファイルサイズ 562 KB
インストール数 923
現在のバージョン 1.1
最終更新日 2020-08-19
公開日 2020-08-10
評価 4.93/5 合計 14 レビュー
開発者 fvrests
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/fvrests/lavender
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lavender | new tab",
    "short_name": "lavender",
    "version": "1.1",
    "description": "a soft, minimal new tab for your browser",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "page_action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}