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文件

下载Unfold Research扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    ]
}