opendoor

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

Wat is opendoor?

opendoor is een Chrome-extensie ontwikkeld door qoobes, en de belangrijkste functie is "An omage to open science. Access any article, anywhere.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie opendoor

Download opendoor-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

                        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.                    

Basisinformatie over de Extensie

Naam opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
Officiële URL https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
Beschrijving An omage to open science. Access any article, anywhere.
Bestandsgrootte 694 KB
Aantal Installaties 32
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-02-04
Publicatiedatum 2022-01-11
Ontwikkelaar qoobes
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}