Annotated Geoguessr
Augment user-created geoguessr maps with custom annotations by location.
Annotated Geoguessr란 무엇입니까?
Annotated Geoguessr은(는) brendanwebdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Augment user-created geoguessr maps with custom annotations by location."입니다.
확장 프로그램 스크린샷
Annotated Geoguessr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds bookmarking support to Geoguessr. (In the current version that only applies to single player. Future releases will expand to multiplayer.) Users can create and manage lists of location bookmarks. Lists can be used to create new maps or to download for third party use. In addition, this extension adds annotation support. Map makers can annotate rounds with text, images, and links. Anybody using the extension will be able to see the annotations. Good for teaching, clues, or just plain fun. An example annotated map can be found at: https://www.geoguessr.com/maps/638fd9b06e3136a88cb18e20/play No features require registration expect creating annotations. Registration is done through google login. (Please note, that in its current state, there is still an issue with background workers falling asleep after 30 seconds. If you are logged in and an action fails, try it again and it should succeed. This will be patched in future releases)
확장 프로그램 기본 정보
이름 | Annotated Geoguessr |
ID | mkagpkkhobnkdkecdmfgoglfppcdhcbn |
공식 URL | https://chromewebstore.google.com/detail/annotated-geoguessr/mkagpkkhobnkdkecdmfgoglfppcdhcbn |
설명 | Augment user-created geoguessr maps with custom annotations by location. |
파일 크기 | 432 KB |
설치 횟수 | 57 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-12-27 |
출시 날짜 | 2022-12-06 |
개발자 | brendanwebdev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/annotatedgeoguessr/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Annotated Geoguessr", "description": "Augment user-created geoguessr maps with custom annotations by location.", "version": "0.1.2", "action": { "default_icon": "extension-logo.d806e780.png", "default_title": "Annotated Geoguessr", "default_popup": "popup.3b9826bb.html" }, "permissions": [ "webRequest", "identity", "clipboard-write", "clipboard-read" ], "host_permissions": [ "*:\/\/*.geoguessr.com\/*" ], "background": { "service_worker": "background.34ef17ed.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/*" ], "js": [ "content-main.8738f9db.js" ], "run_at": "document_start", "css": [ "content-main.2eaf77ca.css" ] } ], "web_accessible_resources": [ { "resources": [ "content-main.8738f9db.js" ], "matches": [ " |