Mustsee

Discover the world’s most beautiful places at every opened tab.

Mustsee란 무엇입니까?

Mustsee은(는) https://mustsee.earth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover the world’s most beautiful places at every opened tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mustsee 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Discover the most beautiful places around the world through stunning photography each time you open a new tab in Chrome. The places we suggest have been personally selected by our traveling experts.

Do you like that place? Click on it and find out more about it.

Life is too short to be spent in the wrong places. 🌍  ❤️

☆☆☆ Featured in Konbini, Lifehacker, Product Hunt, Trendhunter! ☆☆☆

-
We love hearing your ideas and feedback. If you have any suggestions, email us at [email protected] or send us a message on Instagram 🙌

Instagram: https://www.instagram.com/mustsee.earth/
Twitter: @mustseeapp                    

확장 프로그램 기본 정보

이름 Mustsee Mustsee
ID gogbdmmlnloojdafblpkmkhgigcidnmn
공식 URL https://chromewebstore.google.com/detail/mustsee/gogbdmmlnloojdafblpkmkhgigcidnmn
설명 Discover the world’s most beautiful places at every opened tab.
파일 크기 6.78 MB
설치 횟수 10,917
현재 버전 2.60
최근 업데이트 2018-05-27
출시 날짜 2018-05-27
평점 4.91/5 총 1146 개의 평점
개발자 https://mustsee.earth
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.60",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}