YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Wat is YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain is een Chrome-extensie ontwikkeld door eman, en de belangrijkste functie is "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Notetaker | Terrain
Download YouTube Notetaker | Terrain-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
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Basisinformatie over de Extensie
Naam | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
Officiële URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
Beschrijving | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
Bestandsgrootte | 19.44 KB |
Aantal Installaties | 401 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-01-28 |
Publicatiedatum | 2022-01-26 |
Beoordeling | 4.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | eman |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.knowtheterrain.io |
Ondersteunde Talen | 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" ] } |