Muzli - Design inspiration hub

Your daily dose of design with industry news, tools, and inspiration - all in one place.

Muzli - Design inspiration hub क्या है?

Muzli - Design inspiration hub https://muz.li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your daily dose of design with industry news, tools, and inspiration - all in one place."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Muzli takes the center stage as it replaces your default tab and becomes your simple and beautiful design oriented home page. 

Loved by hundreds of thousands designers worldwide, Muzli is the leading go-to browser extension for creative professionals.
Once installed, Muzli becomes your visual hub for the latest and most cutting-edge Design, UI, UX, and interactive content. It serves daily content from all major design and inspiration sources that ensures you will never miss the next big thing. 
Plus, our hand-picked, professionally curated "Muzli Picks" journal ensures you're treated to the crème de la crème of design inspiration.

You can always make Muzli personalised, by choosing from over 160+ creative design sources that cater to your unique interests, so you can always find the content that resonates with you the most.

We always try to deliver a design-centric browsing experience that ensures you will always keep up with the creative realm and make your exportations feel seamless.

Cheers from Muzli team!

The extension's search engine will deliver results sourced from multiple search providers, including Google and Microsoft Bing.

https://muz.li/privacy/
https://muz.li/terms/                    

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

नाम Muzli - Design inspiration hub Muzli - Design inspiration hub
ID glcipcfhmopcgidicgdociohdoicpdfc
आधिकारिक URL https://chromewebstore.google.com/detail/muzli-design-inspiration/glcipcfhmopcgidicgdociohdoicpdfc
विवरण Your daily dose of design with industry news, tools, and inspiration - all in one place.
फ़ाइल का आकार 3.09 MB
स्थापना संख्या 414,105
वर्तमान संस्करण 31.0.23
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2020-06-22
रेटिंग 4.47/5 कुल 648 रेटिंग्स
डेवलपर https://muz.li
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://muz.li
सहायता पृष्ठ URL https://muz.li/contact
गोपनीयता नीति पृष्ठ URL https://muz.li/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "description": "Your daily dose of design with industry news, tools, and inspiration - all in one place.",
    "homepage_url": "http:\/\/muz.li?ref=ext",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Muzli"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "name": "Muzli - Design inspiration hub",
    "short_name": "Muzli",
    "permissions": [
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "topSites",
        "bookmarks",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "slack.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "31.0.23"
}