Shelly
A new interface for GAE's remote-api shell
Shelly란 무엇입니까?
Shelly은(는) andrepleblanc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new interface for GAE's remote-api shell"입니다.
확장 프로그램 스크린샷
Shelly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | eanldmgjeaiijipoefnfgnkdlmhbgoan |
공식 URL | https://chrome.google.com/webstore/detail/shelly/eanldmgjeaiijipoefnfgnkdlmhbgoan |
설명 | A new interface for GAE's remote-api shell |
파일 크기 | 159 KB |
설치 횟수 | 271 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | andrepleblanc |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/andrepl/Shelly/ |
도움말 페이지 URL | http://github.com/andrepl/Shelly/ |
지원되는 언어 | 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" } |