GeoGuessr USA map widget
If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.
什么是GeoGuessr USA map widget?
GeoGuessr USA map widget是由gcexten开发的Chrome扩展程序,该扩展的主要功能是“If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.”。
扩展截图
下载GeoGuessr USA map widget扩展crx文件
下载GeoGuessr USA map widget扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If the player guesses the state that the location is in correctly the state will be highlighted on the interactive USA map automatically. For example, a player may want to play a USA map, over and over again, until they correctly guess each of the 50 states. *Disclaimer: The free geolocation service that the extension uses has a hard time with locations next to borders, especially in rural locations. If it doesn't highlight the state automatically the player would need to click on the map manually to select it.
扩展基本信息
名称 | GeoGuessr USA map widget |
ID | jpjpbgkhhpmeilfddjndlfijjailalcn |
官方URL | https://chromewebstore.google.com/detail/geoguessr-usa-map-widget/jpjpbgkhhpmeilfddjndlfijjailalcn |
简介 | If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map. |
文件大小 | 68.41 KB |
安装次数 | 29 |
当前版本 | 0.0.2 |
更新时间 | 2020-08-04 |
上架时间 | 2020-08-03 |
评分 | 3.00/5 共1次评分 |
开发者 | gcexten |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeoGuessr USA map widget", "version": "0.0.2", "manifest_version": 2, "description": "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |