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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}