yourepl
Instant code editor/REPL under any youtube video}
O que é yourepl?
yourepl é uma extensão do Chrome desenvolvida por AltIvan, e sua principal característica é "Instant code editor/REPL under any youtube video}".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão yourepl
Baixe arquivos de extensão yourepl no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Watch YouTube™ tutorials and write code at the same time! https://www.youtube.com/watch?v=Hx9GtMb6sRU
Informações Básicas da Extensão
Nome | |
ID | kemgfmokkanpphkaaofemjfncpgfellk |
URL Oficial | https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk |
Descrição | Instant code editor/REPL under any youtube video} |
Tamanho do Arquivo | 233 KB |
Contagem de Instalações | 30 |
Versão Atual | 0.0.4 |
Última Atualização | 2018-12-22 |
Data de Publicação | 2018-12-22 |
Classificação | 3.25/5 Total de 4 Avaliações |
Desenvolvedor | AltIvan |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } ] } |