EE Loader

This extension automatically loads and runs Google Earth Engine code.

ما هو EE Loader؟

EE Loader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension automatically loads and runs Google Earth Engine code.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EE Loader

قم بتنزيل ملفات الامتداد EE Loader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}