Libit
Switch to UTS Library Proxy
What is Libit?
Libit is a Chrome extension developed by Chunyang, and its main feature is "Switch to UTS Library Proxy".
Extension Screenshots
Download Libit Extension CRX File
Download Libit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
Official URL | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
Description | Switch to UTS Library Proxy |
File Size | 4.02 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2015-04-10 |
Publish Date | 2015-04-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Chunyang |
Payment Type | free |
Supported Languages | 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'" } |