lavender | new tab
a soft, minimal new tab for your browser
lavender | new tab क्या है?
lavender | new tab fvrests द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a soft, minimal new tab for your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lavender | new tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |