Mue

Fast, open and free-to-use new tab page for modern browsers.

Mue क्या है?

Mue https://muetab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast, open and free-to-use new tab page for modern browsers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Mue replaces your default new tab page with a simple, inspiring and very customizable start page. Each time you open a new tab you are greeted with a new hand-picked inspirational quote and beautiful background. The simplistic yet inviting design helps you focus on your work while still providing a feature rich experience. It is constantly being improved to provide you with the best experience possible while keeping the impact on your browser minimal. Mue comes with a settings modal to allow for a massive amount of customization to make the extension perfect for you and inspire creativity.

Features Include:
* Quote widget allowing for either our hand-picked inspirational quotes or a custom one
* Beautiful curated backgrounds from Mue, Unsplash and Pexels
* Set custom backgrounds from your computer or a URL, or set a custom background color/gradient
* Greeting widget with personalization and support for birthdays and events such as new years
* Search bar with clean autocomplete dropdown and voice support
* Quick links widget letting you easily visit your favourite websites
* Weather widget can show temperature, humidity, and more
* Support for multiple languages
* Marketplace to get free photo packs, quote packs and preset settings from the community

Support:
Email - [email protected]
Contact Form - https://muetab.com/contact
Discord - https://discord.gg/zv8C9F8
Twitter - @getmue

We believe in user transparency therefore Mue does not collect personal data and is entirely open source, easily readable, at https://github.com/mue                    

एक्सटेंशन की मूल जानकारी

नाम Mue Mue
ID bngmbednanpcfochchhgbkookpiaiaid
आधिकारिक URL https://chromewebstore.google.com/detail/mue/bngmbednanpcfochchhgbkookpiaiaid
विवरण Fast, open and free-to-use new tab page for modern browsers.
फ़ाइल का आकार 3.12 MB
स्थापना संख्या 2,439
वर्तमान संस्करण 7.0.0
अंतिम अपडेट 2023-09-13
प्रकाशन तिथि 2020-03-27
रेटिंग 4.93/5 कुल 15 रेटिंग्स
डेवलपर https://muetab.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://muetab.com
सहायता पृष्ठ URL https://muetab.com/contact
गोपनीयता नीति पृष्ठ URL https://muetab.com/privacy
समर्थित भाषाएँ de,en,en-GB,en-US,fr,nl,no,es,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "7.0.0",
    "homepage_url": "https:\/\/muetab.com",
    "action": {
        "default_icon": "icons\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}