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
电子邮箱 [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"
            ]
        }
    ]
}