YouTube Memo
Write something watching YouTube videos.
Wat is YouTube Memo?
YouTube Memo is een Chrome-extensie ontwikkeld door bglgwyng, en de belangrijkste functie is "Write something watching YouTube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Memo
Download YouTube Memo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ijelfhbgnpoongehabbphibmfnfnamjj |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
| Beschrijving | Write something watching YouTube videos. |
| Bestandsgrootte | 156 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2021-05-10 |
| Publicatiedatum | 2021-05-07 |
| Ontwikkelaar | bglgwyng |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/bglgwyng/Youtube-Memo |
| Ondersteunde Talen | 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\/"
]
} | |