Bear Chrome extension

Send to Bear.app snippets, url or entire web pages

什么是Bear Chrome extension?

Bear Chrome extension是由https://www.bear-writer.com开发的Chrome扩展程序,该扩展的主要功能是“Send to Bear.app snippets, url or entire web pages”。

扩展截图

screenshot
screenshot
screenshot

下载Bear Chrome extension扩展crx文件

下载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                    

扩展基本信息

名称 Bear Chrome extension Bear Chrome extension
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
    }
}