HK Map coordinates extractor for minecraft

One click extract coordinates from hk gov map

Qu'est-ce que HK Map coordinates extractor for minecraft ?

HK Map coordinates extractor for minecraft est une extension Chrome développée par 10Botics, et sa fonction principale est "One click extract coordinates from hk gov map".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HK Map coordinates extractor for minecraft

Téléchargez les fichiers d'extension HK Map coordinates extractor for minecraft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HK Map coordinates extractor for minecraft HK Map coordinates extractor for minecraft
ID incogakfpfacikbdidegniaodmalngnn
URL Officiel https://chromewebstore.google.com/detail/hk-map-coordinates-extrac/incogakfpfacikbdidegniaodmalngnn
Description One click extract coordinates from hk gov map
Taille du Fichier 207 KB
Nombre d'Installations 119
Version Actuelle 0.1
Dernière Mise à Jour 2021-06-28
Date de Publication 2021-06-28
Développeur 10Botics
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}