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 là gì?
GeoGuessr USA map widget là một tiện ích mở rộng Chrome được phát triển bởi gcexten, và tính năng chính của nó là "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeoGuessr USA map widget
Tải xuống các tệp mở rộng GeoGuessr USA map widget dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GeoGuessr USA map widget |
ID | jpjpbgkhhpmeilfddjndlfijjailalcn |
URL Chính Thức | https://chromewebstore.google.com/detail/geoguessr-usa-map-widget/jpjpbgkhhpmeilfddjndlfijjailalcn |
Mô tả | If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map. |
Kích Thước Tệp | 68.41 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-08-04 |
Ngày Phát Hành | 2020-08-03 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | gcexten |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |