lavender | new tab
a soft, minimal new tab for your browser
Co to jest lavender | new tab?
lavender | new tab to rozszerzenie Chrome opracowane przez fvrests, a jego główną funkcją jest „a soft, minimal new tab for your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia lavender | new tab
Pobierz pliki rozszerzeń lavender | new tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ffobepdbanoiodmfimpmanafepclokbc |
| Oficjalny URL | https://chromewebstore.google.com/detail/lavender-new-tab/ffobepdbanoiodmfimpmanafepclokbc |
| Opis | a soft, minimal new tab for your browser |
| Rozmiar pliku | 562 KB |
| Liczba instalacji | 923 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2020-08-19 |
| Data Publikacji | 2020-08-10 |
| Ocena | 4.93/5 Łącznie 14 Oceny |
| Deweloper | fvrests |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/fvrests/lavender |
| Obsługiwane Języki | 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
} | |