YouTube Memo
Write something watching YouTube videos.
O que é YouTube Memo?
YouTube Memo é uma extensão do Chrome desenvolvida por bglgwyng, e sua principal característica é "Write something watching YouTube videos.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Memo
Baixe arquivos de extensão YouTube Memo 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
As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later.
Informações Básicas da Extensão
Nome | YouTube Memo |
ID | ijelfhbgnpoongehabbphibmfnfnamjj |
URL Oficial | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
Descrição | Write something watching YouTube videos. |
Tamanho do Arquivo | 156 KB |
Contagem de Instalações | 121 |
Versão Atual | 0.1.1 |
Última Atualização | 2021-05-10 |
Data de Publicação | 2021-05-07 |
Desenvolvedor | bglgwyng |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/bglgwyng/Youtube-Memo |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Memo", "description": "Write something watching YouTube videos.", "version": "0.1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "webNavigation", "bookmarks", "https:\/\/www.youtube.com\/" ] } |