MetaNote
Add notes to any page on the web
Что такое MetaNote?
MetaNote - это расширение Chrome, разработанное https://getmetanote.com, и его основная функция - "Add notes to any page on the web".
Снимки экрана расширения
Скачать файл CRX расширения MetaNote
Скачайте файлы расширений MetaNote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.
Click the extension icon to open a panel and start writing your notes. Come back later to collect them. Основная информация о расширении
| Название | |
| ID | edppgeiopaemgpmmapllfeeeeekdolbl |
| Официальный URL | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
| Описание | Add notes to any page on the web |
| Размер файла | 167 KB |
| Количество установок | 31 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-03-01 |
| Дата публикации | 2022-02-26 |
| Разработчик | https://getmetanote.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://getmetanote.com |
| URL страницы помощи | https://getmetanote.com/support |
| URL страницы политики конфиденциальности | https://www.impulsionlabs.com/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MetaNote",
"description": "Add notes to any page on the web",
"version": "1.0.1",
"icons": {
"128": "img\/icon-orange-128.png",
"48": "img\/icon-orange-48.png",
"16": "img\/icon-orange-16.png"
},
"action": [],
"background": {
"service_worker": "app\/background.js"
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |