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 อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}