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によって開発されたChromeの拡張機能で、その主な機能は「Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Brainer Research & Bookmark拡張機能のCRXファイルをダウンロード

Brainer Research & Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}