Chrome-REPL
Chrome REPL
Chrome-REPL란 무엇입니까?
Chrome-REPL은(는) http://blog.diniscruz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome REPL"입니다.
확장 프로그램 스크린샷
Chrome-REPL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple REPL that exposes the chrome extension objects. Great for quickly scripting website's contents or to learn the Chrome extension APIs For more install and usage details see this blog post: http://blog.diniscruz.com/2014/11/chrome-repl-first-o2-platform-chrome.html
확장 프로그램 기본 정보
이름 | |
ID | ojmdmeehmpkpkkhbifimekflgmnmeihg |
공식 URL | https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg |
설명 | Chrome REPL |
파일 크기 | 2.32 MB |
설치 횟수 | 85 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2014-11-21 |
출시 날짜 | 2014-11-21 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | http://blog.diniscruz.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/o2platform/chrome-repl |
도움말 페이지 URL | https://github.com/o2platform/chrome-repl/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome-REPL", "version": "0.0.9", "manifest_version": 2, "description": "Chrome REPL", "icons": { "16": "images\/exec.png", "128": "images\/exec.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/helpers\/storage.helper.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/exec.png", "38": "images\/exec.png" }, "default_title": "Chrome REPL", "default_popup": "options.html" }, "devtools_page": "devtools.html", "options_page": "options.html", "omnibox": { "keyword": "Chrome REPL" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |