yourepl
Instant code editor/REPL under any youtube video}
什么是yourepl?
yourepl是由AltIvan开发的Chrome扩展程序,该扩展的主要功能是“Instant code editor/REPL under any youtube video}”。
扩展截图
下载yourepl扩展crx文件
下载yourepl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } ] } |