GeoProbe | World Map Game

Test your geography knowledge of cities and landmarks on the world map!

GeoProbe | World Map Game란 무엇입니까?

GeoProbe | World Map Game은(는) BlueShift Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test your geography knowledge of cities and landmarks on the world map!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GeoProbe | World Map Game 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GeoProbe is the ultimate test of your geography knowledge! Apart from being really fun and engaging, this game will also help you get smarter and know more about the world around you. You get sent a city or a landmark along with the country and are tasked with clicking on its location on the world map. Once you click, we will reveal to you how far off you were in kilometers and gives you a score accordingly. You need to be extremely close to the target destination to get a score above 100000. Are you worthy of this score? Add our extension and find out!

If you really like what we do, follow us on Instagram at https://www.instagram.com/blueshift.solutions/ 

We hope you enjoy our interactive world map game! ~ BlueShift Solutions (dev team for GeoProbe)                    

확장 프로그램 기본 정보

이름 GeoProbe | World Map Game GeoProbe | World Map Game
ID njfanofjbpbhgfahllpfcdpkkcpjhmeb
공식 URL https://chromewebstore.google.com/detail/geoprobe-world-map-game/njfanofjbpbhgfahllpfcdpkkcpjhmeb
설명 Test your geography knowledge of cities and landmarks on the world map!
파일 크기 2.64 MB
설치 횟수 741
현재 버전 7.0
최근 업데이트 2023-04-21
출시 날짜 2022-02-10
평점 5.00/5 총 9 개의 평점
개발자 BlueShift Solutions
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoProbe | World Map Game",
    "manifest_version": 3,
    "version": "7.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Test your geography knowledge of cities and landmarks on the world map!",
    "action": {
        "default_popup": "Popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}