Bear Chrome extension
Send to Bear.app snippets, url or entire web pages
Vad är Bear Chrome extension?
Bear Chrome extension är en Chrome-tillägg utvecklad av https://www.bear-writer.com, och dess huvudfunktion är "Send to Bear.app snippets, url or entire web pages".
Tilläggsskärmbilder
Ladda ner Bear Chrome extension-förlängningens CRX-fil
Ladda ner Bear Chrome extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | bipgnccfcjnfnpnnllchfeillaekkofo |
| Officiell webbadress | https://chromewebstore.google.com/detail/bear-chrome-extension/bipgnccfcjnfnpnnllchfeillaekkofo |
| Beskrivning | Send to Bear.app snippets, url or entire web pages |
| Filstorlek | 27.91 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2021-02-01 |
| Publiceringsdatum | 2019-04-11 |
| Betyg | 3.11/5 Totalt 63 Betyg |
| Utvecklare | https://www.bear-writer.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://bear.app/ |
| Hjälpsida URL | https://bear.app/contact-us/ |
| URL till Sekretesspolicy Sidan | https://bear.app/privacy |
| Stödda Språk | 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
}
} | |