YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Was ist YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain ist eine Chrome-Erweiterung, die von eman entwickelt wurde, und ihr Hauptmerkmal ist "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Erweiterungsscreenshots
YouTube Notetaker | Terrain-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Notetaker | Terrain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggmegoikhdmjmbeopoplpingfmogafik |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
| Beschreibung | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
| Dateigröße | 19.44 KB |
| Installationsanzahl | 401 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-01-28 |
| Veröffentlichungsdatum | 2022-01-26 |
| Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
| Entwickler | eman |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.knowtheterrain.io |
| Unterstützte Sprachen | 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"
]
} | |