Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Apa itu Bear Chrome extension?
Bear Chrome extension adalah ekstensi Chrome yang dikembangkan oleh https://www.bear-writer.com, dan fitur utamanya adalah "Send to Bear.app snippets, url or entire web pages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bear Chrome extension
Unduh file ekstensi Bear Chrome extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Bear Chrome extension |
ID | bipgnccfcjnfnpnnllchfeillaekkofo |
URL Resmi | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
Deskripsi | Send to Bear.app snippets, url or entire web pages |
Ukuran File | 27.91 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2021-02-01 |
Tanggal Publikasi | 2019-04-11 |
Penilaian | 3.11/5 Total 63 Penilaian |
Pengembang | https://www.bear-writer.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bear.app/ |
URL Halaman Bantuan | https://bear.app/contact-us/ |
URL Halaman Kebijakan Privasi | https://bear.app/privacy |
Bahasa yang Didukung | 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 } } |