HK Map coordinates extractor for minecraft
One click extract coordinates from hk gov map
What is HK Map coordinates extractor for minecraft?
HK Map coordinates extractor for minecraft is a Chrome extension developed by 10Botics, and its main feature is "One click extract coordinates from hk gov map".
Extension Screenshots
Download HK Map coordinates extractor for minecraft Extension CRX File
Download HK Map coordinates extractor for minecraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HK Map coordinates extractor for minecraft |
ID | incogakfpfacikbdidegniaodmalngnn |
Official URL | https://chromewebstore.google.com/detail/hk-map-coordinates-extrac/incogakfpfacikbdidegniaodmalngnn |
Description | One click extract coordinates from hk gov map |
File Size | 207 KB |
Installation Count | 119 |
Current Version | 0.1 |
Last Updated | 2021-06-28 |
Publish Date | 2021-06-28 |
Developer | 10Botics |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |