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" ] } ] } |