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.
¿Qué es GeoGuessr USA map widget?
GeoGuessr USA map widget es una extensión de Chrome desarrollada por gcexten, y su función principal es "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GeoGuessr USA map widget
Descarga archivos de extensión GeoGuessr USA map widget en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | GeoGuessr USA map widget |
ID | jpjpbgkhhpmeilfddjndlfijjailalcn |
URL Oficial | https://chromewebstore.google.com/detail/geoguessr-usa-map-widget/jpjpbgkhhpmeilfddjndlfijjailalcn |
Descripción | If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map. |
Tamaño del Archivo | 68.41 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 0.0.2 |
Última Actualización | 2020-08-04 |
Fecha de Publicación | 2020-08-03 |
Calificación | 3.00/5 Total de 1 Calificaciones |
Desarrollador | gcexten |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |