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 |
| 官方網址 | 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
}
} | |