Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
What is Bear Chrome extension?
Bear Chrome extension is a Chrome extension developed by https://www.bear-writer.com, and its main feature is "Send to Bear.app snippets, url or entire web pages".
Extension Screenshots
Download Bear Chrome extension Extension CRX File
Download Bear Chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bear Chrome extension |
ID | bipgnccfcjnfnpnnllchfeillaekkofo |
Official URL | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
Description | Send to Bear.app snippets, url or entire web pages |
File Size | 27.91 KB |
Installation Count | 20,000 |
Current Version | 1.8 |
Last Updated | 2021-02-01 |
Publish Date | 2019-04-11 |
Rating | 3.11/5 Total 63 Ratings |
Developer | https://www.bear-writer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bear.app/ |
Help Page URL | https://bear.app/contact-us/ |
Privacy Policy Page URL | https://bear.app/privacy |
Supported Languages | 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 } } |