Libit
Switch to UTS Library Proxy
O que é Libit?
Libit é uma extensão do Chrome desenvolvida por Chunyang, e sua principal característica é "Switch to UTS Library Proxy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Libit
Baixe arquivos de extensão Libit 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 is an extension for students of University of Technology, Sydney (UTS). The UTS library provides a proxy for students to access some scholar resources, such as ACM Digital Library and IEEExplore, which are unable to be downloaded without using the proxy. Although we can manually change the URL, this extension open a new page to visit the current page via the UTS Library proxy by 1-Click.
Informações Básicas da Extensão
Nome | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
URL Oficial | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
Descrição | Switch to UTS Library Proxy |
Tamanho do Arquivo | 4.02 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2015-04-10 |
Data de Publicação | 2015-04-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Chunyang |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Libit", "version": "1.0", "description": "Switch to UTS Library Proxy", "permissions": [ "tabs" ], "browser_action": { "default_title": "Libit", "default_icon": "icon.png", "default_popup": "container.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |