Unfold Research

A tool for linking academic research together

Wat is Unfold Research?

Unfold Research is een Chrome-extensie ontwikkeld door https://unfoldresearch.com, en de belangrijkste functie is "A tool for linking academic research together".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Unfold Research

Download Unfold Research-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unfold Research Unfold Research
ID dlibhfolcdihimbejlmiegbcbpenmgfk
Officiële URL https://chromewebstore.google.com/detail/unfold-research/dlibhfolcdihimbejlmiegbcbpenmgfk
Beschrijving A tool for linking academic research together
Bestandsgrootte 1.11 MB
Aantal Installaties 30
Huidige Versie 1.7.10
Laatst Bijgewerkt 2022-08-14
Publicatiedatum 2022-05-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://unfoldresearch.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://unfoldresearch.com
URL van de Privacybeleid Pagina https://unfoldresearch.com/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}