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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://bear.app/contact-us/ |
عنوان صفحة سياسة الخصوصية | 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 } } |