Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Bear Chrome extensionคืออะไร?
Bear Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bear-writer.com และคุณลักษณะหลักของมันคือ "Send to Bear.app snippets, url or entire web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bear Chrome extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } |