YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Apa itu YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain adalah ekstensi Chrome yang dikembangkan oleh eman, dan fitur utamanya adalah "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Notetaker | Terrain
Unduh file ekstensi YouTube Notetaker | Terrain 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
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Informasi Dasar Ekstensi
Nama | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
URL Resmi | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
Deskripsi | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
Ukuran File | 19.44 KB |
Jumlah Instalasi | 401 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-01-28 |
Tanggal Publikasi | 2022-01-26 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | eman |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.knowtheterrain.io |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Notetaker | Terrain", "author": "www.knowtheterrain.io", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "style\/button.css" ] } ], "manifest_version": 3, "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |