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
}
]
} | |