opendoor
An omage to open science. Access any article, anywhere.
opendoor là gì?
opendoor là một tiện ích mở rộng Chrome được phát triển bởi qoobes, và tính năng chính của nó là "An omage to open science. Access any article, anywhere.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng opendoor
Tải xuống các tệp mở rộng opendoor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | opendoor |
ID | ohfbodcnjcljdibihcfkeldjlpefpjde |
URL Chính Thức | https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde |
Mô tả | An omage to open science. Access any article, anywhere. |
Kích Thước Tệp | 694 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-02-04 |
Ngày Phát Hành | 2022-01-11 |
Nhà Phát Triển | qoobes |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |