Libit
Switch to UTS Library Proxy
Hvad er Libit?
Libit er en Chrome-udvidelse udviklet af Chunyang, og dens hovedfunktion er "Switch to UTS Library Proxy".
Udvidelsesskærmbilleder
Download Libit-udvidelses-CRX-fil
Download Libit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
Officiel URL | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
Beskrivelse | Switch to UTS Library Proxy |
Filstørrelse | 4.02 KB |
Antal Installationer | 24 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-04-10 |
Udgivelsesdato | 2015-04-10 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Chunyang |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |