YouTube Memo
Write something watching YouTube videos.
Hvad er YouTube Memo?
YouTube Memo er en Chrome-udvidelse udviklet af bglgwyng, og dens hovedfunktion er "Write something watching YouTube videos.".
Udvidelsesskærmbilleder
Download YouTube Memo-udvidelses-CRX-fil
Download YouTube Memo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Memo |
ID | ijelfhbgnpoongehabbphibmfnfnamjj |
Officiel URL | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
Beskrivelse | Write something watching YouTube videos. |
Filstørrelse | 156 KB |
Antal Installationer | 121 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2021-05-10 |
Udgivelsesdato | 2021-05-07 |
Udvikler | bglgwyng |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/bglgwyng/Youtube-Memo |
Understøttede Sprog | 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\/" ] } |