opendoor
An omage to open science. Access any article, anywhere.
O que é opendoor?
opendoor é uma extensão do Chrome desenvolvida por qoobes, e sua principal característica é "An omage to open science. Access any article, anywhere.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão opendoor
Baixe arquivos de extensão opendoor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | opendoor |
ID | ohfbodcnjcljdibihcfkeldjlpefpjde |
URL Oficial | https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde |
Descrição | An omage to open science. Access any article, anywhere. |
Tamanho do Arquivo | 694 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-02-04 |
Data de Publicação | 2022-01-11 |
Desenvolvedor | qoobes |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |