opendoor

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

What is opendoor?

opendoor is a Chrome extension developed by qoobes, and its main feature is "An omage to open science. Access any article, anywhere.".

Extension Screenshots

screenshot

Download opendoor Extension CRX File

Download opendoor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
Official URL https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
Description An omage to open science. Access any article, anywhere.
File Size 694 KB
Installation Count 32
Current Version 0.0.3
Last Updated 2022-02-04
Publish Date 2022-01-11
Developer qoobes
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}