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ファイルをダウンロード

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

拡張機能の使用方法

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