Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Co to jest Bear Chrome extension?
Bear Chrome extension to rozszerzenie Chrome opracowane przez https://www.bear-writer.com, a jego główną funkcją jest „Send to Bear.app snippets, url or entire web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bear Chrome extension
Pobierz pliki rozszerzeń Bear Chrome extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Bear Chrome extension |
ID | bipgnccfcjnfnpnnllchfeillaekkofo |
Oficjalny URL | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
Opis | Send to Bear.app snippets, url or entire web pages |
Rozmiar pliku | 27.91 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2021-02-01 |
Data Publikacji | 2019-04-11 |
Ocena | 3.11/5 Łącznie 63 Oceny |
Deweloper | https://www.bear-writer.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bear.app/ |
Adres URL Strony Pomocy | https://bear.app/contact-us/ |
Adres URL Strony Polityki Prywatności | https://bear.app/privacy |
Obsługiwane Języki | 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 } } |