Libit
Switch to UTS Library Proxy
Cos'è Libit?
Libit è un'estensione di Chrome sviluppata da Chunyang, e la sua funzione principale è "Switch to UTS Library Proxy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Libit
Scarica i file di estensione Libit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
URL Ufficiale | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
Descrizione | Switch to UTS Library Proxy |
Dimensione del File | 4.02 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-04-10 |
Data di Pubblicazione | 2015-04-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Chunyang |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |