lavender | new tab
a soft, minimal new tab for your browser
Τι είναι το lavender | new tab;
Το lavender | new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fvrests, και η κύρια λειτουργία του είναι "a soft, minimal new tab for your browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης lavender | new tab
Λήψη αρχείων επέκτασης 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 |
| Επίσημο 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
} | |