Libit
Switch to UTS Library Proxy
Qu'est-ce que Libit ?
Libit est une extension Chrome développée par Chunyang, et sa fonction principale est "Switch to UTS Library Proxy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Libit
Téléchargez les fichiers d'extension Libit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
URL Officiel | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
Description | Switch to UTS Library Proxy |
Taille du Fichier | 4.02 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-04-10 |
Date de Publication | 2015-04-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Chunyang |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |