Open Earth Engine extension

An unofficel extension to enhance Google Earth Engine, and Open Earth Engine experience.

Open Earth Engine extensionคืออะไร?

Open Earth Engine extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://open-geocomputing.org และคุณลักษณะหลักของมันคือ "An unofficel extension to enhance Google Earth Engine, and Open Earth Engine experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Earth Engine extension

ดาวน์โหลดไฟล์ส่วนขยาย Open Earth Engine extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension adds some useful feature to the browser code editor of Google Earth Engine

Features:
- a night mode
- add a cache for the OEEL (Open Earth Engine Library)
- open the code editor if we click on the icon (or the OEEL documentation if the code editor is already open).
- buttons (arrows) to insert function signature from the documentation to the code editor
- a button to upload images by drag-and-drop using manifests
- allow for automatic export.
- command+S for saving on mac
- PlanetLab imagery (search / order / transfer to GEE) using Planet API.
- check is assets are shareable when "get link".
- add a button to run all tasks
- add support for Plotly in code editor and EE App (including events)
- open script in a new tab when double click on it
- set the Font (inc. size) of the code editor
- a terminal for debugging
- copy JSON when double click on the JSON button
- a red header console for crash
- add Python interface
- a link to the external documentation                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open Earth Engine extension Open Earth Engine extension
ID dhkobehdekjgdahfldleahkekjffibhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-earth-engine-extensi/dhkobehdekjgdahfldleahkekjffibhg
คำอธิบาย An unofficel extension to enhance Google Earth Engine, and Open Earth Engine experience.
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.8.2
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2022-02-02
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://open-geocomputing.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.open-geocomputing.org/OEEex/
URL หน้าช่วยเหลือ https://www.open-geocomputing.org/OEEex/
URL หน้านโยบายความเป็นส่วนตัว https://www.open-geocomputing.org/OEEex/privacyPolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Earth Engine extension",
    "description": "An unofficel extension to enhance Google Earth Engine, and Open Earth Engine experience.",
    "version": "1.8.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "2022-04-20.json",
                "3rd_party\/*",
                "3rd_party\/pyodide\/*",
                "addCopyJSON.js",
                "addLinkToDoc.js",
                "addPlotly.js",
                "addTerminal.js",
                "consoleError.js",
                "earthengine-api.tar.gz",
                "editorSettings.js",
                "EEDarkMode.js",
                "externalConenctingfix.js",
                "hackEE.js",
                "images\/logo.json",
                "images\/pyLogo.svg",
                "insertInCE.js",
                "isShareable.js",
                "OEE_Interface.py",
                "openScriptNewTab.js",
                "planetLab.js",
                "pythonCE.js",
                "runAllTasks.js",
                "surveyMessage.js",
                "uploadWithManifest.js"
            ],
            "matches": [
                "https:\/\/code.earthengine.google.com\/*"
            ]
        },
        {
            "resources": [
                "addPlotly.js"
            ],
            "matches": [
                "https:\/\/*.earthengine.app\/*"
            ]
        },
        {
            "resources": [
                "options.html",
                "planet.html"
            ],
            "matches": [
                "https:\/\/www.open-geocomputing.org\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.planet.com\/*",
        "https:\/\/code.earthengine.google.com\/",
        "https:\/\/code.earthengine.google.com\/repo\/file\/load?*",
        "https:\/\/link.planet.com\/*",
        "https:\/\/tiles.planet.com\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/code.earthengine.google.com\/*"
            ],
            "js": [
                "injectionScript.js"
            ],
            "css": [
                "EEDarkMode.css",
                "OEEex.css",
                "planetLab.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.earthengine.app\/*"
            ],
            "js": [
                "injectionScriptApp.js"
            ],
            "css": [
                "EEDarkMode.css",
                "OEEex.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo_white_OEEex_open_16.png",
            "32": "\/images\/logo_white_OEEex_open_32.png",
            "48": "\/images\/logo_white_OEEex_open_48.png",
            "128": "\/images\/logo_white_OEEex_open_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_white_OEEex_open_16.png",
        "32": "\/images\/logo_white_OEEex_open_32.png",
        "48": "\/images\/logo_white_OEEex_open_48.png",
        "128": "\/images\/logo_white_OEEex_open_128.png"
    },
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/code.earthengine.google.com\/*",
            "https:\/\/colab.research.google.com\/*",
            "https:\/\/*.googleusercontent.com\/*"
        ]
    }
}