muse-quotes

Muse Quotes

muse-quotes क्या है?

muse-quotes Teqfire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Muse Quotes"।

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

screenshot
screenshot

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

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

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

                        Enormous quotes with chosen thoughts and modern impulse.

Transform your life with the power of motivation!
On every new tab, Muse-Quotes offers unique inspiration.  
Join your hands with us where we use motivation 
as part of our everyday routine.

By clicking "Add to chrome", I accept and agree to installing the muse-quotes extension and setting Chrome™ newtab search to that provided by the service and the Terms of Use and Privacy Policy. search will be powered by Bing.

Features:
Search box for browsing that aligns up with you.
Inspirational quotes displayed on clicking new tab.
Seamless design for a fresh look.

Terms of use: https://muse-quotes.com/terms/
Privacy policy: https://muse-quotes.com/privacy/

The extension redirects to "thank you" page once the user installs it.                    

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

नाम muse-quotes muse-quotes
ID cogfgpdcbgjjllacoilppcemejjdgjib
आधिकारिक URL https://chromewebstore.google.com/detail/muse-quotes/cogfgpdcbgjjllacoilppcemejjdgjib
विवरण Muse Quotes
फ़ाइल का आकार 192 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2023-01-25
प्रकाशन तिथि 2022-11-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Teqfire
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://muse-quotes.com/lander/
सहायता पृष्ठ URL https://muse-quotes.com
गोपनीयता नीति पृष्ठ URL https://teqfire.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "muse-quotes",
    "short_name": "muse-quotes",
    "version": "0.0.9",
    "description": "Muse Quotes",
    "omnibox": {
        "keyword": "Muse Quotes"
    },
    "homepage_url": "https:\/\/muse-quotes.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icons\/storeicon.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Muse-Quotes",
            "keyword": "Keyword",
            "search_url": "https:\/\/muse-quotes.com\/search.php?q={searchTerms}",
            "favicon_url": "https:\/\/muse-quotes.com\/favicon.ico",
            "encoding": "UTF-8",
            "suggest_url": "https:\/\/muse-quotes.com\/search.php?suggestion={searchTerms}",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}