opendoor

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

Qu'est-ce que opendoor ?

opendoor est une extension Chrome développée par qoobes, et sa fonction principale est "An omage to open science. Access any article, anywhere.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension opendoor

Téléchargez les fichiers d'extension opendoor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
URL Officiel https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
Description An omage to open science. Access any article, anywhere.
Taille du Fichier 694 KB
Nombre d'Installations 32
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-02-04
Date de Publication 2022-01-11
Développeur qoobes
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}