YouTube Memo
Write something watching YouTube videos.
Vad är YouTube Memo?
YouTube Memo är en Chrome-tillägg utvecklad av bglgwyng, och dess huvudfunktion är "Write something watching YouTube videos.".
Tilläggsskärmbilder
Ladda ner YouTube Memo-förlängningens CRX-fil
Ladda ner YouTube Memo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ijelfhbgnpoongehabbphibmfnfnamjj |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
| Beskrivning | Write something watching YouTube videos. |
| Filstorlek | 156 KB |
| Antal Installationer | 121 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2021-05-10 |
| Publiceringsdatum | 2021-05-07 |
| Utvecklare | bglgwyng |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/bglgwyng/Youtube-Memo |
| Stödda Språk | 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\/"
]
} | |