Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Что такое Bear Chrome extension?
Bear Chrome extension - это расширение Chrome, разработанное https://www.bear-writer.com, и его основная функция - "Send to Bear.app snippets, url or entire web pages".
Снимки экрана расширения
Скачать файл CRX расширения Bear Chrome extension
Скачайте файлы расширений Bear Chrome extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows to turn entire pages or portions of them into Bear.app notes importing images, links and more!
**MacOS Only!**
Check this quick video to understand how the extension works:
https://vimeo.com/182400200 Основная информация о расширении
| Название | |
| ID | bipgnccfcjnfnpnnllchfeillaekkofo |
| Официальный URL | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
| Описание | Send to Bear.app snippets, url or entire web pages |
| Размер файла | 27.91 KB |
| Количество установок | 20,000 |
| Текущая Версия | 1.8 |
| Последнее Обновление | 2021-02-01 |
| Дата публикации | 2019-04-11 |
| Рейтинг | 3.11/5 Всего 63 оценок |
| Разработчик | https://www.bear-writer.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://bear.app/ |
| URL страницы помощи | https://bear.app/contact-us/ |
| URL страницы политики конфиденциальности | https://bear.app/privacy |
| Поддерживаемые языки | en,it,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.8",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"default_locale": "en",
"browser_action": {
"default_icon": {
"19": "icon.png",
"38": "[email protected]"
},
"default_title": "__MSG_extTitle__"
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"bear:\/\/*\/*"
],
"background": {
"scripts": [
"loader.js"
]
},
"icons": {
"128": "Icon-128.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |