LiveScriptConsole
A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
LiveScriptConsole란 무엇입니까?
LiveScriptConsole은(는) Stanford HCI Research Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2."입니다.
확장 프로그램 스크린샷
LiveScriptConsole 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A LiveScript console within the Chrome Dev Tools. Open the Developer Tools (Ctrl-Shift-J, or Command-Option-J on Mac) and go to the LiveScriptConsole tab. You can enter LiveScript code, see it compiled to JavaScript, and run it. Source / Report Issues: https://github.com/gkovacs/LiveScriptConsole Based on Coffee Console 2
확장 프로그램 기본 정보
이름 | LiveScriptConsole |
ID | omnmkagnicpcpefgjdhngmjjoofoknfp |
공식 URL | https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp |
설명 | A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
파일 크기 | 388 KB |
설치 횟수 | 395 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-07-26 |
출시 날짜 | 2017-04-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Stanford HCI Research Group |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://github.com/habitlab/habitlab/wiki/Privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiveScriptConsole", "short_name": "lsconsole", "author": "Geza Kovacs", "version": "1.0.2", "description": "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.", "devtools_page": "coffee.html", "icons": { "128": "128.png" }, "minimum_chrome_version": "18", "content_security_policy": "script-src 'self'; object-src 'self'" } |