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

下載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
官方網址 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
}