yourepl
Instant code editor/REPL under any youtube video}
Was ist yourepl?
yourepl ist eine Chrome-Erweiterung, die von AltIvan entwickelt wurde, und ihr Hauptmerkmal ist "Instant code editor/REPL under any youtube video}".
Erweiterungsscreenshots
yourepl-Erweiterungs-CRX-Datei herunterladen
Laden Sie yourepl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Watch YouTube™ tutorials and write code at the same time!
https://www.youtube.com/watch?v=Hx9GtMb6sRU Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kemgfmokkanpphkaaofemjfncpgfellk |
| Offizielle URL | https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk |
| Beschreibung | Instant code editor/REPL under any youtube video} |
| Dateigröße | 233 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2018-12-22 |
| Veröffentlichungsdatum | 2018-12-22 |
| Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
| Entwickler | AltIvan |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |