Mizzou Proxy
Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
Wat is Mizzou Proxy?
Mizzou Proxy is een Chrome-extensie ontwikkeld door Khaldoun Haj, en de belangrijkste functie is "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".
Extensie Screenshots
Download het CRX-bestand van de extensie Mizzou Proxy
Download Mizzou Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Unofficial, simple tool to access University of Missouri-Columbia library from everywhere! Enjoy! - By Khaldoun Haj
Basisinformatie over de Extensie
Naam | |
ID | epepldfkiegplfikfabpojdolifladlk |
Officiële URL | https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk |
Beschrijving | Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li |
Bestandsgrootte | 10.07 KB |
Aantal Installaties | 29 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-09-05 |
Publicatiedatum | 2014-09-05 |
Ontwikkelaar | Khaldoun Haj |
Betalingswijze | free |
Ondersteunde Talen | 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 } |