Dividers-Map measuring tool
Tool for measuring distance and acreage on a map
什麼是Dividers-Map measuring tool?
Dividers-Map measuring tool是由OsoAg software開發的Chrome擴展程式,該擴展的主要功能是“Tool for measuring distance and acreage on a map”。
擴展截圖
下載Dividers-Map measuring tool擴展crx文件
下載Dividers-Map measuring tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Dividers-Map measuring tool |
ID | bbaikckidepemmpkjlolahadnijkhala |
官方網址 | https://chromewebstore.google.com/detail/dividers-map-measuring-to/bbaikckidepemmpkjlolahadnijkhala |
簡介 | Tool for measuring distance and acreage on a map |
檔案大小 | 12.62 KB |
安裝次數 | 476 |
目前版本 | 0.0.2 |
更新時間 | 2014-01-05 |
上架時間 | 2014-01-05 |
評分 | 1.75/5 共 4 次評分 |
開發者 | OsoAg software |
付費類型 | free |
支援的語言 | 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'" } |