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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}