Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Wat is Bear Chrome extension?
Bear Chrome extension is een Chrome-extensie ontwikkeld door https://www.bear-writer.com, en de belangrijkste functie is "Send to Bear.app snippets, url or entire web pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Bear Chrome extension
Download Bear Chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Bear Chrome extension |
ID | bipgnccfcjnfnpnnllchfeillaekkofo |
Officiële URL | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
Beschrijving | Send to Bear.app snippets, url or entire web pages |
Bestandsgrootte | 27.91 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2021-02-01 |
Publicatiedatum | 2019-04-11 |
Beoordeling | 3.11/5 Totaal 63 Beoordelingen |
Ontwikkelaar | https://www.bear-writer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://bear.app/ |
Help Pagina-URL | https://bear.app/contact-us/ |
URL van de Privacybeleid Pagina | https://bear.app/privacy |
Ondersteunde Talen | 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 } } |