Minimalite
New Tab page replacement
Minimalite क्या है?
Minimalite SK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New Tab page replacement"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimalite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Minimalite replaces your New Tab page with a beautiful background that changes daily. You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync. This add-on is based off of Momentum. New features will be added soon, including to-do support, a library of wallpapers, and more.
एक्सटेंशन की मूल जानकारी
नाम | Minimalite |
ID | lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
आधिकारिक URL | https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
विवरण | New Tab page replacement |
फ़ाइल का आकार | 595 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 0.1.7 |
अंतिम अपडेट | 2023-01-01 |
प्रकाशन तिथि | 2019-09-29 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | SK |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/skoshy/Minimalite |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalite", "description": "New Tab page replacement", "version": "0.1.7", "manifest_version": 2, "icons": { "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "storage", "topSites" ] } |