TJHSST Proxy Setup (unofficial)
Uses the TJHSST proxy servers to access library databases.
¿Qué es TJHSST Proxy Setup (unofficial)?
TJHSST Proxy Setup (unofficial) es una extensión de Chrome desarrollada por gengkev, y su función principal es "Uses the TJHSST proxy servers to access library databases.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TJHSST Proxy Setup (unofficial)
Descarga archivos de extensión TJHSST Proxy Setup (unofficial) 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
DO NOT USE THIS IF YOU ARE NOT AT TJHSST STUDENT OR STAFF MEMBER! Provides one-click installation of the TJHSST proxy servers, known as Zeus. More information about the proxy is available at https://sites.google.com/site/tjproxyaccess/home. On websites where the proxy is in use, a pink key icon will appear in the address bar. When the proxy is off, the icon is grey. If this is annoying, you can disable it in the settings. To disable the proxy for all sites, click on the pink key icon. The page will refresh and load through your normal internet connection. This extension's proxy settings apply ONLY to Chrome, not to other browsers. This differs from the normal setup. This extension requires the ability to "Read and change all your data on the websites you visit" because that is the permission needed to control the proxy in Chrome. More information, as well as the source code, are available at the linked Github page. Obligatory note that this extension is in no way sanctioned by the TJHSST administration.
Información Básica de la Extensión
Nombre | TJHSST Proxy Setup (unofficial) |
ID | bdoeclpdnjgmmgggdagnfmiehcmddoba |
URL Oficial | https://chromewebstore.google.com/detail/tjhsst-proxy-setup-unoffi/bdoeclpdnjgmmgggdagnfmiehcmddoba |
Descripción | Uses the TJHSST proxy servers to access library databases. |
Tamaño del Archivo | 15.61 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 0.2.2 |
Última Actualización | 2015-02-21 |
Fecha de Publicación | 2015-02-21 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | gengkev |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gengkev/tj-proxy-setup |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TJHSST Proxy Setup (unofficial)", "description": "Uses the TJHSST proxy servers to access library databases.", "version": "0.2.2", "minimum_chrome_version": "40", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_title": "TJHSST Proxy Setup (unofficial): click to toggle proxy" }, "permissions": [ "proxy", "declarativeContent", "https:\/\/iodine.tjhsst.edu\/www\/proxy.pac" ] } |