Smart GIS

Smart GIS

Smart GISとは何ですか?

Smart GISはDmitry Uspenskiyによって開発されたChromeの拡張機能で、その主な機能は「Smart GIS」です。

Smart GIS拡張機能のCRXファイルをダウンロード

Smart GIS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Smart GIS Smart GIS
ID adpchdbnldfocnebbepmjcplfgdcjfme
公式URL https://chromewebstore.google.com/detail/smart-gis/adpchdbnldfocnebbepmjcplfgdcjfme
説明 Smart GIS
ファイルサイズ 32.06 KB
インストール数 81
現在のバージョン 0.1
最終更新日 2017-03-10
公開日 2017-03-09
開発者 Dmitry Uspenskiy
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Smart GIS",
    "name": "Smart GIS",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "version": "0.1",
    "manifest_version": 2,
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Smart GIS",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}