Mizzou Proxy
Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
Was ist Mizzou Proxy?
Mizzou Proxy ist eine Chrome-Erweiterung, die von Khaldoun Haj entwickelt wurde, und ihr Hauptmerkmal ist "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".
Erweiterungsscreenshots
Mizzou Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mizzou Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Unofficial, simple tool to access University of Missouri-Columbia library from everywhere!
Enjoy!
- By Khaldoun Haj Grundlegende Informationen zur Erweiterung
| Name | |
| ID | epepldfkiegplfikfabpojdolifladlk |
| Offizielle URL | https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk |
| Beschreibung | Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li |
| Dateigröße | 10.07 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2014-09-05 |
| Veröffentlichungsdatum | 2014-09-05 |
| Entwickler | Khaldoun Haj |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |