Bear Chrome extension

Send to Bear.app snippets, url or entire web pages

Bear Chrome extension क्या है?

Bear Chrome extension https://www.bear-writer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send to Bear.app snippets, url or entire web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bear Chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
    }
}