AStar Library Proxy
AStar library proxy helper
O que é AStar Library Proxy?
AStar Library Proxy é uma extensão do Chrome desenvolvida por shaohua, e sua principal característica é "AStar library proxy helper".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AStar Library Proxy
Baixe arquivos de extensão AStar Library Proxy 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
Click the extension icon and then it will try to bring the browser through the AStar Academic Library Proxy. Logging-in with your astar internal account will be required. If the tab address is not in the list of publishers supported by A*STAR, then nothing will happen. Full list: https://www.a-star.edu.sg/html/Digital-Library/index.html
Informações Básicas da Extensão
Nome | AStar Library Proxy |
ID | lndllnbjgbplcnebcgcbmiojdndicclp |
URL Oficial | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
Descrição | AStar library proxy helper |
Tamanho do Arquivo | 267 KB |
Contagem de Instalações | 381 |
Versão Atual | 1.7 |
Última Atualização | 2022-09-21 |
Data de Publicação | 2020-03-29 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | shaohua |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "astar-32x32.png" }, "description": "AStar library proxy helper", "name": "AStar Library Proxy", "permissions": [ "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7", "manifest_version": 2 } |