ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
O que é ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access é uma extensão do Chrome desenvolvida por New Alexandria, e sua principal característica é "Click the icon to view a journal article through the university library access system".
Baixar o arquivo CRX da Extensão ASU Library Journal Easy-Access
Baixe arquivos de extensão ASU Library Journal Easy-Access 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
Adds a button that you can click to view a journal article through the university library access system. Works for any article you are viewing (as long as ASU has access to it). This is an open source project! Open an issue or PR on GitHub: https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Informações Básicas da Extensão
Nome | |
ID | cogpgniiadakaollagikhhlmhekajnol |
URL Oficial | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Descrição | Click the icon to view a journal article through the university library access system |
Tamanho do Arquivo | 42.94 KB |
Contagem de Instalações | 24 |
Versão Atual | 0.1 |
Última Atualização | 2014-11-18 |
Data de Publicação | 2014-11-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | New Alexandria |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
URL da Página de Ajuda | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASU Library Journal Easy-Access", "short_name": "asulibaccess", "description": "Click the icon to view a journal article through the university library access system", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" }, "browser_action": { "name": "Click to access this article through ASU Library", "default_title": "View with full libaray access", "default_icon": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" } }, "manifest_version": 2 } |