EE Loader

This extension automatically loads and runs Google Earth Engine code.

Wat is EE Loader?

EE Loader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension automatically loads and runs Google Earth Engine code.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EE Loader

Download EE Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam EE Loader EE Loader
ID jhnhibcoplkahnchpfkcpngnbjbpkeaa
Officiële URL https://chromewebstore.google.com/detail/ee-loader/jhnhibcoplkahnchpfkcpngnbjbpkeaa
Beschrijving This extension automatically loads and runs Google Earth Engine code.
Bestandsgrootte 12.48 KB
Aantal Installaties 39
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-07-19
Publicatiedatum 2017-07-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}