opendoor

An omage to open science. Access any article, anywhere.

Was ist opendoor?

opendoor ist eine Chrome-Erweiterung, die von qoobes entwickelt wurde, und ihr Hauptmerkmal ist "An omage to open science. Access any article, anywhere.".

Erweiterungsscreenshots

screenshot

opendoor-Erweiterungs-CRX-Datei herunterladen

Laden Sie opendoor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Essentially, the goal of opendoor is to grant access to special papers to any person that cannot afford it themselves. 

Usage:

After opening a tab containing an article, press the extension on the top right navigation bar in google chrome. If the article you were looking for is listed, you're good to go!
However, if the extension couldn't find the article on the page, you should find the DOI string (eg: http://doi.org/10.1093/ajae/aaq063), and paste it into the "Custom DOI" field.                    

Grundlegende Informationen zur Erweiterung

Name opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
Offizielle URL https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
Beschreibung An omage to open science. Access any article, anywhere.
Dateigröße 694 KB
Installationsanzahl 32
Aktuelle Version 0.0.3
Letztes Update 2022-02-04
Veröffentlichungsdatum 2022-01-11
Entwickler qoobes
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "opendoor",
    "description": "An omage to open science. Access any article, anywhere.",
    "version": "0.0.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": ".\/opendoor_logo_16.png",
        "32": ".\/opendoor_logo_32.png",
        "64": ".\/opendoor_logo_64.png",
        "128": ".\/opendoor_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ]
}