Unfold Research

A tool for linking academic research together

Unfold Research란 무엇입니까?

Unfold Research은(는) https://unfoldresearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for linking academic research together"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Unfold Research 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a tool for scholars and science enthusiast to easily discover and share relevant work and resources, in order to speed up scientific advancements. You can leave reviews and notes, link other papers, useful data, notes, slides and videos, projects,... Use it to promote your own work, improve discoverability of research in general or gather opinion of the entire community in a single place, right on the papers themselves where they can always be found.

All contributions are curated with the help of a voting mechanic so the most relevant content is quickest to spot and knowledge around a topic grows over time for everyone to access and use.

Have a single account across all of different websites and paper servers, and be able to contribute regardless of the features present on that specific page - leave reviews and report wrong research in time to help your peers.                    

확장 프로그램 기본 정보

이름 Unfold Research Unfold Research
ID dlibhfolcdihimbejlmiegbcbpenmgfk
공식 URL https://chromewebstore.google.com/detail/unfold-research/dlibhfolcdihimbejlmiegbcbpenmgfk
설명 A tool for linking academic research together
파일 크기 1.11 MB
설치 횟수 30
현재 버전 1.7.10
최근 업데이트 2022-08-14
출시 날짜 2022-05-22
평점 5.00/5 총 1 개의 평점
개발자 https://unfoldresearch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://unfoldresearch.com
개인정보 보호 정책 페이지 URL https://unfoldresearch.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7.10",
    "name": "Unfold Research",
    "description": "A tool for linking academic research together",
    "author": "Dragan Okanovic ",
    "homepage_url": "https:\/\/unfoldresearch.com",
    "icons": {
        "16": "logo_sm.png",
        "32": "logo_sm.png",
        "48": "logo_sm.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-root.js"
            ],
            "css": [
                "content-root.css"
            ],
            "run_at": "document_idle"
        }
    ]
}