muse-quotes

Muse Quotes

muse-quotes란 무엇입니까?

muse-quotes은(는) Teqfire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Muse Quotes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

muse-quotes 확장 프로그램 CRX 파일 다운로드

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