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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}