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.
Co je GeoGuessr USA map widget?
GeoGuessr USA map widget je rozšíření Chrome vyvinuté gcexten, a jeho hlavní funkcí je „If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GeoGuessr USA map widget
Stáhněte si soubory rozšíření GeoGuessr USA map widget ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GeoGuessr USA map widget |
ID | jpjpbgkhhpmeilfddjndlfijjailalcn |
Oficiální URL | https://chromewebstore.google.com/detail/geoguessr-usa-map-widget/jpjpbgkhhpmeilfddjndlfijjailalcn |
Popis | If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map. |
Velikost souboru | 68.41 KB |
Počet instalací | 29 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2020-08-04 |
Datum Vydání | 2020-08-03 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | gcexten |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |