Open Access Button
Push Button. Get Research. Make Progress.
What is Open Access Button?
Open Access Button is a Chrome extension developed by https://openaccessbutton.org, and its main feature is "Push Button. Get Research. Make Progress.".
Extension Screenshots
Download Open Access Button Extension CRX File
Download Open Access Button 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
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.
Extension Basic Information
Name | Open Access Button |
ID | gknkbkaapnhpmkcgkmdekdffgcddoiel |
Official URL | https://chromewebstore.google.com/detail/open-access-button/gknkbkaapnhpmkcgkmdekdffgcddoiel |
Description | Push Button. Get Research. Make Progress. |
File Size | 36.18 KB |
Installation Count | 48,477 |
Current Version | oabutton_4.4.4 |
Last Updated | 2018-11-21 |
Publish Date | 2018-11-21 |
Rating | 3.88/5 Total 17 Ratings |
Developer | https://openaccessbutton.org |
[email protected] | |
Payment Type | free |
Extension Website | https://openaccessbutton.org |
Help Page URL | https://openaccessbutton.org/instructions |
Privacy Policy Page URL | https://openaccessbutton.org/privacy |
Supported Languages | 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" ] } |