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
官方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
}