yourepl
Instant code editor/REPL under any youtube video}
yourepl란 무엇입니까?
yourepl은(는) AltIvan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant code editor/REPL under any youtube video}"입니다.
확장 프로그램 스크린샷
yourepl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Watch YouTube™ tutorials and write code at the same time! https://www.youtube.com/watch?v=Hx9GtMb6sRU
확장 프로그램 기본 정보
이름 | |
ID | kemgfmokkanpphkaaofemjfncpgfellk |
공식 URL | https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk |
설명 | Instant code editor/REPL under any youtube video} |
파일 크기 | 233 KB |
설치 횟수 | 30 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2018-12-22 |
출시 날짜 | 2018-12-22 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | AltIvan |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/repl.it\/*", "https:\/\/*.youtube.com\/*" ] }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "https:\/\/repl.it\/*", "background", "storage" ], "web_accessible_resources": [ "css\/repl.css", "css\/youtube.css", "css\/repl-button.css", "scripts\/libs\/jquery.js", "scripts\/libs\/zoom-and-pan.js", "scripts\/libs\/utils.js", "scripts\/libs\/iframe-as-container.js", "scripts\/libs\/function.prototype.stateful.js", "scripts\/yt-event-proxy.js", "scripts\/repl-button.js", "scripts\/on-installed.js", "scripts\/save-repls.js", "scripts\/yourepl.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/repl.it\/*" ], "js": [ "scripts\/inject-start.js" ], "run_at": "document_end", "all_frames": true } ] } |