TJHSST Proxy Setup (unofficial)

Uses the TJHSST proxy servers to access library databases.

TJHSST Proxy Setup (unofficial) क्या है?

TJHSST Proxy Setup (unofficial) gengkev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uses the TJHSST proxy servers to access library databases."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TJHSST Proxy Setup (unofficial) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TJHSST Proxy Setup (unofficial) TJHSST Proxy Setup (unofficial)
ID bdoeclpdnjgmmgggdagnfmiehcmddoba
आधिकारिक URL https://chromewebstore.google.com/detail/tjhsst-proxy-setup-unoffi/bdoeclpdnjgmmgggdagnfmiehcmddoba
विवरण Uses the TJHSST proxy servers to access library databases.
फ़ाइल का आकार 15.61 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2015-02-21
प्रकाशन तिथि 2015-02-21
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर gengkev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gengkev/tj-proxy-setup
समर्थित भाषाएँ 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"
    ]
}