HK Map coordinates extractor for minecraft
One click extract coordinates from hk gov map
Wat is HK Map coordinates extractor for minecraft?
HK Map coordinates extractor for minecraft is een Chrome-extensie ontwikkeld door 10Botics, en de belangrijkste functie is "One click extract coordinates from hk gov map".
Extensie Screenshots
Download het CRX-bestand van de extensie HK Map coordinates extractor for minecraft
Download HK Map coordinates extractor for minecraft-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | HK Map coordinates extractor for minecraft |
ID | incogakfpfacikbdidegniaodmalngnn |
Officiële URL | https://chromewebstore.google.com/detail/hk-map-coordinates-extrac/incogakfpfacikbdidegniaodmalngnn |
Beschrijving | One click extract coordinates from hk gov map |
Bestandsgrootte | 207 KB |
Aantal Installaties | 119 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-06-28 |
Publicatiedatum | 2021-06-28 |
Ontwikkelaar | 10Botics |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |