Mizzou Proxy
Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li
ما هو Mizzou Proxy؟
Mizzou Proxy هو إضافة Chrome تم تطويرها بواسطة Khaldoun Haj، والميزة الرئيسية لها هي "Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mizzou Proxy
قم بتنزيل ملفات الامتداد Mizzou Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unofficial, simple tool to access University of Missouri-Columbia library from everywhere!
Enjoy!
- By Khaldoun Haj معلومات أساسية عن التمديد
| الاسم | |
| ID | epepldfkiegplfikfabpojdolifladlk |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mizzou-proxy/epepldfkiegplfikfabpojdolifladlk |
| الوصف | Access Mizzou library from everywhere! - By Khaldoun Haj. Created with http://blog.self.li |
| حجم الملف | 10.07 KB |
| عدد التثبيتات | 29 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2014-09-05 |
| تاريخ النشر | 2014-09-05 |
| المطور | Khaldoun Haj |
| نوع الدفع | free |
| اللغات المدعومة | 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
} | |