ZippyNotes - Take notes on YouTube videos
The Chrome Extension for ZippyNotes
Что такое ZippyNotes - Take notes on YouTube videos?
ZippyNotes - Take notes on YouTube videos - это расширение Chrome, разработанное https://zippynotes.co, и его основная функция - "The Chrome Extension for ZippyNotes".
Снимки экрана расширения
Скачать файл CRX расширения ZippyNotes - Take notes on YouTube videos
Скачайте файлы расширений ZippyNotes - Take notes on YouTube videos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The chrome extension for ZippyNotes. Take timestamped notes on YouTube videos directly on youtube.com using this extension. Основная информация о расширении
| Название | |
| ID | agjffdegfjfpeefmeapjnlephbkahooo |
| Официальный URL | https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo |
| Описание | The Chrome Extension for ZippyNotes |
| Размер файла | 1.91 MB |
| Количество установок | 70 |
| Текущая Версия | 0.1.8 |
| Последнее Обновление | 2023-12-28 |
| Дата публикации | 2023-07-19 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://zippynotes.co |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ZippyNotes - Take notes on YouTube videos",
"version": "0.1.8",
"description": "The Chrome Extension for ZippyNotes",
"manifest_version": 3,
"action": {
"default_title": "Click to open side panel"
},
"background": {
"service_worker": "zippynotes-chrome-extension-app\/build\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/*.youtube.com\/*"
],
"js": [
"zippynotes-chrome-extension-app\/build\/contentScript.js"
]
}
],
"permissions": [
"tabs",
"sidePanel"
],
"host_permissions": [
"https:\/\/zippynotes.co\/"
]
} | |