YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Что такое YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain - это расширение Chrome, разработанное eman, и его основная функция - "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Notetaker | Terrain
Скачайте файлы расширений YouTube Notetaker | Terrain в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Основная информация о расширении
Название | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
Официальный URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
Описание | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
Размер файла | 19.44 KB |
Количество установок | 401 |
Текущая Версия | 1.1 |
Последнее Обновление | 2022-01-28 |
Дата публикации | 2022-01-26 |
Рейтинг | 4.64/5 Всего 11 оценок |
Разработчик | eman |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.knowtheterrain.io |
Поддерживаемые языки | 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" ] } |