lavender | new tab
a soft, minimal new tab for your browser
Vad är lavender | new tab?
lavender | new tab är en Chrome-tillägg utvecklad av fvrests, och dess huvudfunktion är "a soft, minimal new tab for your browser".
Tilläggsskärmbilder
Ladda ner lavender | new tab-förlängningens CRX-fil
Ladda ner lavender | new tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ffobepdbanoiodmfimpmanafepclokbc |
| Officiell webbadress | https://chromewebstore.google.com/detail/lavender-new-tab/ffobepdbanoiodmfimpmanafepclokbc |
| Beskrivning | a soft, minimal new tab for your browser |
| Filstorlek | 562 KB |
| Antal Installationer | 923 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2020-08-19 |
| Publiceringsdatum | 2020-08-10 |
| Betyg | 4.93/5 Totalt 14 Betyg |
| Utvecklare | fvrests |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/fvrests/lavender |
| Stödda Språk | 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
} | |