Libit

Switch to UTS Library Proxy

¿Qué es Libit?

Libit es una extensión de Chrome desarrollada por Chunyang, y su función principal es "Switch to UTS Library Proxy".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Libit

Descarga archivos de extensión Libit 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

                        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.                    

Información Básica de la Extensión

Nombre Libit Libit
ID hkbiioaejcpafioeafbhdjpmpfhgjnao
URL Oficial https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao
Descripción Switch to UTS Library Proxy
Tamaño del Archivo 4.02 KB
Cantidad de Instalaciones 24
Versión Actual 1.0
Última Actualización 2015-04-10
Fecha de Publicación 2015-04-10
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Chunyang
Tipo de Pago free
Idiomas Soportados 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'"
}