HK Map coordinates extractor for minecraft
One click extract coordinates from hk gov map
Was ist HK Map coordinates extractor for minecraft?
HK Map coordinates extractor for minecraft ist eine Chrome-Erweiterung, die von 10Botics entwickelt wurde, und ihr Hauptmerkmal ist "One click extract coordinates from hk gov map".
Erweiterungsscreenshots
HK Map coordinates extractor for minecraft-Erweiterungs-CRX-Datei herunterladen
Laden Sie HK Map coordinates extractor for minecraft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension copy the latitude and longitutde of the pin you dropped on the hk gov map to your clipboard
https://www.map.gov.hk/gm/map/
For example, once you dropped a pin and run this extension, your clipboard will contain
cs tpll 22.33623 114.20321 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | incogakfpfacikbdidegniaodmalngnn |
| Offizielle URL | https://chromewebstore.google.com/detail/hk-map-coordinates-extrac/incogakfpfacikbdidegniaodmalngnn |
| Beschreibung | One click extract coordinates from hk gov map |
| Dateigröße | 207 KB |
| Installationsanzahl | 119 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2021-06-28 |
| Veröffentlichungsdatum | 2021-06-28 |
| Entwickler | 10Botics |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HK Map coordinates extractor for minecraft",
"description": "One click extract coordinates from hk gov map",
"version": "0.1",
"permissions": [
"activeTab"
],
"content_security_policy": "default-src 'self';",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Extract coordinates"
},
"manifest_version": 2
} | |