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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}