YouTube Markup
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…
O que é YouTube Markup?
YouTube Markup é uma extensão do Chrome desenvolvida por Umut Korkmaz, e sua principal característica é "You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Markup
Baixe arquivos de extensão YouTube Markup 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
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational video, you can mark the minute where something you are interested in is located, so that you can quickly find what you are looking for when you look at the same educational video again.
Informações Básicas da Extensão
Nome | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
URL Oficial | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
Descrição | You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational… |
Tamanho do Arquivo | 26.09 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-03-02 |
Data de Publicação | 2022-09-06 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | Umut Korkmaz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/umutkorkmaaz/youtube-marker |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Markup", "version": "1.1.1", "icons": { "16": ".\/assets\/icon\/youtube-markup-16x16.png", "48": ".\/assets\/icon\/youtube-markup-48x48.png", "128": ".\/assets\/icon\/youtube-markup-128x128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": ".\/assets\/js\/background.min.js" }, "action": { "default_title": "YouTube Markup", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/content.min.js" ], "css": [ ".\/assets\/css\/all.min.css" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |