Shelly
A new interface for GAE's remote-api shell
Wat is Shelly?
Shelly is een Chrome-extensie ontwikkeld door andrepleblanc, en de belangrijkste functie is "A new interface for GAE's remote-api shell".
Extensie Screenshots
Download het CRX-bestand van de extensie Shelly
Download Shelly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shelly is a Chrome Extension which takes over the default Google Appengine Remote API Shell page at yourapp.appspot.com/shell/, and replaces it with convenient interface based on the fantastic web-based code editor CodeMirror. Shelly supports: - full Python syntax highlighting courtesy of CodeMirror - saving and loading of scripts from localStorage. - re-execute and or edit a previously executed script from the output console. - quickly select all output with a double-click
Basisinformatie over de Extensie
Naam | |
ID | eanldmgjeaiijipoefnfgnkdlmhbgoan |
Officiële URL | https://chrome.google.com/webstore/detail/shelly/eanldmgjeaiijipoefnfgnkdlmhbgoan |
Beschrijving | A new interface for GAE's remote-api shell |
Bestandsgrootte | 159 KB |
Aantal Installaties | 271 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | andrepleblanc |
Betalingswijze | free |
Extensiewebsite | http://github.com/andrepl/Shelly/ |
Help Pagina-URL | http://github.com/andrepl/Shelly/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "fontawesome-webfont.svg" ], "name": "Shelly", "short_name": "Shelly", "content_scripts": [ { "matches": [ "*:\/\/localhost\/shell\/", "*:\/\/*.appspot.com\/shell\/" ], "css": [ "font-awesome.css", "shelly.css" ], "js": [ "shelly.js" ] } ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "version": "1.0.1", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "description": "A new interface for GAE's remote-api shell" } |