Brainer Research & Bookmark

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

Brainer Research & Bookmark là gì?

Brainer Research & Bookmark là một tiện ích mở rộng Chrome được phát triển bởi https://brainer.app, và tính năng chính của nó là "Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brainer Research & Bookmark

Tải xuống các tệp mở rộng Brainer Research & Bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brainer Research & Bookmark Brainer Research & Bookmark
ID aelkgkjgpaancocbobfjkmnkfhoinamf
URL Chính Thức https://chromewebstore.google.com/detail/brainer-research-bookmark/aelkgkjgpaancocbobfjkmnkfhoinamf
Mô tả Save, organize and comment links, photos, citations, prices, addresses. Collaborate in real-time.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 1,440
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2021-06-02
Ngày Phát Hành 2018-08-16
Đánh Giá 4.83/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://brainer.app
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://brainer.app/howto
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}