opendoor

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

Co to jest opendoor?

opendoor to rozszerzenie Chrome opracowane przez qoobes, a jego główną funkcją jest „An omage to open science. Access any article, anywhere.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia opendoor

Pobierz pliki rozszerzeń opendoor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
Oficjalny URL https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
Opis An omage to open science. Access any article, anywhere.
Rozmiar pliku 694 KB
Liczba instalacji 32
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-02-04
Data Publikacji 2022-01-11
Deweloper qoobes
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}