opendoor

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

opendoorとは何ですか?

opendoorはqoobesによって開発されたChromeの拡張機能で、その主な機能は「An omage to open science. Access any article, anywhere.」です。

拡張機能のスクリーンショット

screenshot

opendoor拡張機能のCRXファイルをダウンロード

opendoor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
公式URL https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
説明 An omage to open science. Access any article, anywhere.
ファイルサイズ 694 KB
インストール数 32
現在のバージョン 0.0.3
最終更新日 2022-02-04
公開日 2022-01-11
開発者 qoobes
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}