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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |