YouTube Memo
Write something watching YouTube videos.
Apa itu YouTube Memo?
YouTube Memo adalah ekstensi Chrome yang dikembangkan oleh bglgwyng, dan fitur utamanya adalah "Write something watching YouTube videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Memo
Unduh file ekstensi YouTube Memo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | YouTube Memo |
ID | ijelfhbgnpoongehabbphibmfnfnamjj |
URL Resmi | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
Deskripsi | Write something watching YouTube videos. |
Ukuran File | 156 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2021-05-10 |
Tanggal Publikasi | 2021-05-07 |
Pengembang | bglgwyng |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/bglgwyng/Youtube-Memo |
Bahasa yang Didukung | 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\/" ] } |