Mizzou Proxy
Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
Qu'est-ce que Mizzou Proxy ?
Mizzou Proxy est une extension Chrome développée par Khaldoun Haj, et sa fonction principale est "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mizzou Proxy
Téléchargez les fichiers d'extension Mizzou Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Unofficial, simple tool to access University of Missouri-Columbia library from everywhere! Enjoy! - By Khaldoun Haj
Informations de Base sur l'Extension
Nom | |
ID | epepldfkiegplfikfabpojdolifladlk |
URL Officiel | https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk |
Description | Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li |
Taille du Fichier | 10.07 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-09-05 |
Date de Publication | 2014-09-05 |
Développeur | Khaldoun Haj |
Type de Paiement | free |
Langues Prises en Charge | 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 } |