Mizzou Proxy

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

Vad är Mizzou Proxy?

Mizzou Proxy är en Chrome-tillägg utvecklad av Khaldoun Haj, och dess huvudfunktion är "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".

Tilläggsskärmbilder

screenshot

Ladda ner Mizzou Proxy-förlängningens CRX-fil

Ladda ner Mizzou Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

- By Khaldoun Haj                    

Grundläggande Information om Tillägg

Namn Mizzou Proxy Mizzou Proxy
ID epepldfkiegplfikfabpojdolifladlk
Officiell webbadress https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk
Beskrivning Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
Filstorlek 10.07 KB
Antal Installationer 29
Aktuell Version 0.1
Senast Uppdaterad 2014-09-05
Publiceringsdatum 2014-09-05
Utvecklare Khaldoun Haj
Betalningssätt free
Stödda Språk 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
}