Unfold Research

A tool for linking academic research together

O que é Unfold Research?

Unfold Research é uma extensão do Chrome desenvolvida por https://unfoldresearch.com, e sua principal característica é "A tool for linking academic research together".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Unfold Research

Baixe arquivos de extensão Unfold Research no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unfold Research Unfold Research
ID dlibhfolcdihimbejlmiegbcbpenmgfk
URL Oficial https://chromewebstore.google.com/detail/unfold-research/dlibhfolcdihimbejlmiegbcbpenmgfk
Descrição A tool for linking academic research together
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 30
Versão Atual 1.7.10
Última Atualização 2022-08-14
Data de Publicação 2022-05-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://unfoldresearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unfoldresearch.com
URL da Página de Política de Privacidade https://unfoldresearch.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}