previewSHPLink

visualize spatial data (shapefile) in browser

What is previewSHPLink?

previewSHPLink is a Chrome extension developed by Gipong, and its main feature is "visualize spatial data (shapefile) in browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download previewSHPLink Extension CRX File

Download previewSHPLink 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 allows you to make an interactive map or choropleth map with ZIP archive ( .shp, .dbf or .prj ) from hyperlink in new window.                    

Extension Basic Information

Name previewSHPLink previewSHPLink
ID ohndbkihnendkhecliegfmhajfmikmni
Official URL https://chromewebstore.google.com/detail/previewshplink/ohndbkihnendkhecliegfmhajfmikmni
Description visualize spatial data (shapefile) in browser
File Size 1023 KB
Installation Count 173
Current Version 1.1.7
Last Updated 2016-03-31
Publish Date 2016-03-30
Rating 5.00/5 Total 1 Ratings
Developer Gipong
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "previewSHPLink",
    "description": "visualize spatial data (shapefile) in browser",
    "version": "1.1.7",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128cm.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}