PaperHive
Get notified about discussions on PaperHive about the research article you're looking at.
O que é PaperHive?
PaperHive é uma extensão do Chrome desenvolvida por https://paperhive.org, e sua principal característica é "Get notified about discussions on PaperHive about the research article you're looking at.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PaperHive
Baixe arquivos de extensão PaperHive 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
This extension is developed at https://github.com/paperhive/paperhive-webextension.
Informações Básicas da Extensão
Nome | |
ID | fihafdlllifbanclcjljledeifcdjbok |
URL Oficial | https://chromewebstore.google.com/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok |
Descrição | Get notified about discussions on PaperHive about the research article you're looking at. |
Tamanho do Arquivo | 2.59 MB |
Contagem de Instalações | 25 |
Versão Atual | 1.3.2 |
Última Atualização | 2016-07-19 |
Data de Publicação | 2016-07-19 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | https://paperhive.org |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3.2", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "PaperHive", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "webRequest", "webNavigation", "activeTab", "*:\/\/*\/*" ] } |