Brainer Research & Bookmark

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

Qu'est-ce que Brainer Research & Bookmark ?

Brainer Research & Bookmark est une extension Chrome développée par https://brainer.app, et sa fonction principale est "Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Brainer Research & Bookmark

Téléchargez les fichiers d'extension Brainer Research & Bookmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Brainer Research & Bookmark Brainer Research & Bookmark
ID aelkgkjgpaancocbobfjkmnkfhoinamf
URL Officiel https://chromewebstore.google.com/detail/brainer-research-bookmark/aelkgkjgpaancocbobfjkmnkfhoinamf
Description Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.
Taille du Fichier 125 KB
Nombre d'Installations 1,440
Version Actuelle 2.2.0
Dernière Mise à Jour 2021-06-02
Date de Publication 2018-08-16
Évaluation 4.83/5 Total 48 Évaluations
Développeur https://brainer.app
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://brainer.app/howto
Langues Prises en Charge 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"
            ]
        }
    ]
}