Mizzou Proxy

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

Apa itu Mizzou Proxy?

Mizzou Proxy adalah ekstensi Chrome yang dikembangkan oleh Khaldoun Haj, dan fitur utamanya adalah "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mizzou Proxy

Unduh file ekstensi Mizzou Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

- By Khaldoun Haj                    

Informasi Dasar Ekstensi

Nama Mizzou Proxy Mizzou Proxy
ID epepldfkiegplfikfabpojdolifladlk
URL Resmi https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk
Deskripsi Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
Ukuran File 10.07 KB
Jumlah Instalasi 29
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-09-05
Tanggal Publikasi 2014-09-05
Pengembang Khaldoun Haj
Tipe Pembayaran free
Bahasa yang Didukung 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
}