EE Loader

This extension automatically loads and runs Google Earth Engine code.

What is EE Loader?

EE Loader is a Chrome extension developed by Unknown, and its main feature is "This extension automatically loads and runs Google Earth Engine code.".

Extension Screenshots

screenshot

Download EE Loader Extension CRX File

Download EE Loader 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

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

Extension Basic Information

Name EE Loader EE Loader
ID jhnhibcoplkahnchpfkcpngnbjbpkeaa
Official URL https://chromewebstore.google.com/detail/ee-loader/jhnhibcoplkahnchpfkcpngnbjbpkeaa
Description This extension automatically loads and runs Google Earth Engine code.
File Size 12.48 KB
Installation Count 39
Current Version 0.0.1
Last Updated 2017-07-19
Publish Date 2017-07-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}