Dividers-Map measuring tool
Tool for measuring distance and acreage on a map
Qu'est-ce que Dividers-Map measuring tool ?
Dividers-Map measuring tool est une extension Chrome développée par OsoAg software, et sa fonction principale est "Tool for measuring distance and acreage on a map".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dividers-Map measuring tool
Téléchargez les fichiers d'extension Dividers-Map measuring tool 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 Chrome extension opens a searchable map that has a polygon drawing tool and a line drawing tool. With these tools the user can measure acreages and distances.
Informations de Base sur l'Extension
Nom | Dividers-Map measuring tool |
ID | bbaikckidepemmpkjlolahadnijkhala |
URL Officiel | https://chromewebstore.google.com/detail/dividers-map-measuring-to/bbaikckidepemmpkjlolahadnijkhala |
Description | Tool for measuring distance and acreage on a map |
Taille du Fichier | 12.62 KB |
Nombre d'Installations | 476 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-01-05 |
Date de Publication | 2014-01-05 |
Évaluation | 1.75/5 Total 4 Évaluations |
Développeur | OsoAg software |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dividers-Map measuring tool", "description": "Tool for measuring distance and acreage on a map", "version": "0.0.2", "offline_enabled": false, "browser_action": { "default_icon": "icon_16.png", "default_popup": "dividers.html" }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |