EE Loader
This extension automatically loads and runs Google Earth Engine code.
Qu'est-ce que EE Loader ?
EE Loader est une extension Chrome développée par Unknown, et sa fonction principale est "This extension automatically loads and runs Google Earth Engine code.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EE Loader
Téléchargez les fichiers d'extension EE Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome extension to automatically load Earth Engine code. More information available at https://github.com/svangordon/ee-loader.
Informations de Base sur l'Extension
Nom | EE Loader |
ID | jhnhibcoplkahnchpfkcpngnbjbpkeaa |
URL Officiel | https://chromewebstore.google.com/detail/ee-loader/jhnhibcoplkahnchpfkcpngnbjbpkeaa |
Description | This extension automatically loads and runs Google Earth Engine code. |
Taille du Fichier | 12.48 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-07-19 |
Date de Publication | 2017-07-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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", " |