EE Loader

This extension automatically loads and runs Google Earth Engine code.

EE Loaderとは何ですか?

EE LoaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically loads and runs Google Earth Engine code.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Chrome extension to automatically load Earth Engine code. More information available at https://github.com/svangordon/ee-loader.                    

拡張機能の基本情報

名前 EE Loader EE Loader
ID jhnhibcoplkahnchpfkcpngnbjbpkeaa
公式URL https://chromewebstore.google.com/detail/ee-loader/jhnhibcoplkahnchpfkcpngnbjbpkeaa
説明 This extension automatically loads and runs Google Earth Engine code.
ファイルサイズ 12.48 KB
インストール数 39
現在のバージョン 0.0.1
最終更新日 2017-07-19
公開日 2017-07-17
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EE Loader",
    "description": "This extension automatically loads and runs Google Earth Engine code.",
    "version": "0.0.1",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/code.earthengine.google.com\/"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "page_action": {
        "default_title": "ee-loader",
        "default_icon": "icon2.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [],
    "manifest_version": 2
}