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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |