opendoor
An omage to open science. Access any article, anywhere.
什么是opendoor?
opendoor是由qoobes开发的Chrome扩展程序,该扩展的主要功能是“An omage to open science. Access any article, anywhere.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |