opendoor
An omage to open science. Access any article, anywhere.
Что такое opendoor?
opendoor - это расширение Chrome, разработанное qoobes, и его основная функция - "An omage to open science. Access any article, anywhere.".
Снимки экрана расширения
Скачать файл CRX расширения opendoor
Скачайте файлы расширений 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" ] } ] } |