Mizzou Proxy

Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li

What is Mizzou Proxy?

Mizzou Proxy is a Chrome extension developed by Khaldoun Haj, and its main feature is "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".

Extension Screenshots

screenshot

Download Mizzou Proxy Extension CRX File

Download Mizzou Proxy 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

                        Unofficial, simple tool to access University of Missouri-Columbia library from everywhere! 
Enjoy!

- By Khaldoun Haj                    

Extension Basic Information

Name Mizzou Proxy Mizzou Proxy
ID epepldfkiegplfikfabpojdolifladlk
Official URL https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk
Description Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
File Size 10.07 KB
Installation Count 29
Current Version 0.1
Last Updated 2014-09-05
Publish Date 2014-09-05
Developer Khaldoun Haj
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Mizzou Proxy"
    },
    "name": "Mizzou Proxy",
    "description": "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http:\/\/blog.self.li",
    "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}