YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
¿Qué es YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain es una extensión de Chrome desarrollada por eman, y su función principal es "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Notetaker | Terrain
Descarga archivos de extensión YouTube Notetaker | Terrain en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Información Básica de la Extensión
Nombre | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
URL Oficial | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
Descripción | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
Tamaño del Archivo | 19.44 KB |
Cantidad de Instalaciones | 401 |
Versión Actual | 1.1 |
Última Actualización | 2022-01-28 |
Fecha de Publicación | 2022-01-26 |
Calificación | 4.64/5 Total de 11 Calificaciones |
Desarrollador | eman |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.knowtheterrain.io |
Idiomas Soportados | 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" ] } |