Open Access Button
Push Button. Get Research. Make Progress.
什么是Open Access Button?
Open Access Button是由https://openaccessbutton.org开发的Chrome扩展程序,该扩展的主要功能是“Push Button. Get Research. Make Progress.”。
扩展截图
下载Open Access Button扩展crx文件
下载Open Access Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the articles you need with the Open Access Button. The next time you can't access the research you need, use the Open Access Button. The Button searches thousands of sources to get you instant, legal access to articles.
扩展基本信息
名称 | Open Access Button |
ID | gknkbkaapnhpmkcgkmdekdffgcddoiel |
官方URL | https://chromewebstore.google.com/detail/open-access-button/gknkbkaapnhpmkcgkmdekdffgcddoiel |
简介 | Push Button. Get Research. Make Progress. |
文件大小 | 36.18 KB |
安装次数 | 48,477 |
当前版本 | oabutton_4.4.4 |
更新时间 | 2018-11-21 |
上架时间 | 2018-11-21 |
评分 | 3.88/5 共17次评分 |
开发者 | https://openaccessbutton.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://openaccessbutton.org |
帮助页面URL | https://openaccessbutton.org/instructions |
隐私政策页面URL | https://openaccessbutton.org/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Access Button", "short_name": "OAbutton", "version": "4.4.3", "version_name": "oabutton_4.4.4", "manifest_version": 2, "description": "Push Button. Get Research. Make Progress.", "icons": { "128": "img\/oa128.png" }, "background": { "scripts": [ "js\/oab.js" ] }, "browser_action": { "default_title": "Open Access Button", "default_icon": "img\/oa128.png" }, "permissions": [ "activeTab", "storage" ] } |