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によって開発されたChromeの拡張機能で、その主な機能は「Your daily dose of design with industry news, tools, and inspiration - all in one place.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Muzli - Design inspiration hub拡張機能のCRXファイルをダウンロード

Muzli - Design inspiration hub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}