AStar Library Proxy
AStar library proxy helper
¿Qué es AStar Library Proxy?
AStar Library Proxy es una extensión de Chrome desarrollada por shaohua, y su función principal es "AStar library proxy helper".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AStar Library Proxy
Descarga archivos de extensión AStar Library Proxy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | AStar Library Proxy |
ID | lndllnbjgbplcnebcgcbmiojdndicclp |
URL Oficial | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
Descripción | AStar library proxy helper |
Tamaño del Archivo | 267 KB |
Cantidad de Instalaciones | 381 |
Versión Actual | 1.7 |
Última Actualización | 2022-09-21 |
Fecha de Publicación | 2020-03-29 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | shaohua |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |