EE Loader

This extension automatically loads and runs Google Earth Engine code.

Apa itu EE Loader?

EE Loader adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension automatically loads and runs Google Earth Engine code.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EE Loader

Unduh file ekstensi EE Loader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama EE Loader EE Loader
ID jhnhibcoplkahnchpfkcpngnbjbpkeaa
URL Resmi https://chromewebstore.google.com/detail/ee-loader/jhnhibcoplkahnchpfkcpngnbjbpkeaa
Deskripsi This extension automatically loads and runs Google Earth Engine code.
Ukuran File 12.48 KB
Jumlah Instalasi 39
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2017-07-19
Tanggal Publikasi 2017-07-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}