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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gcexten, και η κύρια λειτουργία του είναι "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GeoGuessr USA map widget
Λήψη αρχείων επέκτασης 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" ] } ] } |