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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | ffobepdbanoiodmfimpmanafepclokbc |
| 官方網址 | 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
} | |