Brainer Research & Bookmark

Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.

Brainer Research & Bookmark क्या है?

Brainer Research & Bookmark https://brainer.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Brainer Research & Bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features:
- drag & drop to save links, photos, citations, prices and more
- take page screenshots
- collaborate with your friends in real-time
- share your research with a link
- export to Word document

Brainer is good for:
- planning trips
- comparing products
- scientific research (for work or school)
- collecting and organizing hobby materials

Brainer is FREE for everyone.


Changelog:

2.2
- less permissions required, Brainer is much more safer now!
- critical update correcting the problem of infinite loading
- you don't need to have cookies enabled to use the application

2.1
- added programming language code recognition
- restored screenshot drag&drop feature while using Brainer in window mode
- fixed rare items ordering bug
- minor bugfixes

2.0
- the extension name was changed to Brainer
- added parsing of email addresses, telephone numbers, locations
- improved screen capture feature
- improvments in link parsing
- slight graphics changes
- performance improvements
- minor bugfixes                    

एक्सटेंशन की मूल जानकारी

नाम Brainer Research & Bookmark Brainer Research & Bookmark
ID aelkgkjgpaancocbobfjkmnkfhoinamf
आधिकारिक URL https://chromewebstore.google.com/detail/brainer-research-bookmark/aelkgkjgpaancocbobfjkmnkfhoinamf
विवरण Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.
फ़ाइल का आकार 125 KB
स्थापना संख्या 1,440
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2021-06-02
प्रकाशन तिथि 2018-08-16
रेटिंग 4.83/5 कुल 48 रेटिंग्स
डेवलपर https://brainer.app
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://brainer.app/howto
समर्थित भाषाएँ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "2.2.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "scripts\/init.js"
            ]
        }
    ]
}