Bear Chrome extension

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

Bear Chrome extension là gì?

Bear Chrome extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.bear-writer.com, và tính năng chính của nó là "Send to Bear.app snippets, url or entire web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bear Chrome extension

Tải xuống các tệp mở rộng Bear Chrome extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bear Chrome extension Bear Chrome extension
ID bipgnccfcjnfnpnnllchfeillaekkofo
URL Chính Thức https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo
Mô tả Send to Bear.app snippets, url or entire web pages
Kích Thước Tệp 27.91 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2021-02-01
Ngày Phát Hành 2019-04-11
Đánh Giá 3.11/5 Tổng số 63 Đánh Giá
Nhà Phát Triển https://www.bear-writer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bear.app/
URL Trang Trợ Giúp https://bear.app/contact-us/
URL Trang Chính Sách Bảo Mật https://bear.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}