MUN Program
A centralized MUN Program for running committee.
ما هو MUN Program؟
MUN Program هو إضافة Chrome تم تطويرها بواسطة splch، والميزة الرئيسية لها هي "A centralized MUN Program for running committee.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MUN Program
قم بتنزيل ملفات الامتداد MUN Program بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an extension that provides both offline and online use of the web program for MUN. If you want your school to be added to the drop-down menu please email me. A tutorial for use of this program can be found here: http://ior.ad/gCy Supports: Offline usage Multiple Delegates of the same country (France 1, France 2) Multiple Speakers' Lists Running unmoderated and speech timers simultaneously Committees using people instead of countries Features: Complete customization of color scheme, flags, images, icons, logos, and text High quality flag images of every country Lightweight and fast design Optional gavel sound to alert end of speech
معلومات أساسية عن التمديد
الاسم | MUN Program |
ID | afbickakoipagghmdehbllfpopbjledn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn |
الوصف | A centralized MUN Program for running committee. |
حجم الملف | 1.87 MB |
عدد التثبيتات | 950 |
النسخة الحالية | 9.90 |
آخر تحديث | 2022-01-15 |
تاريخ النشر | 2020-05-23 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | splch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/splch/MUN-Program |
عنوان صفحة المساعدة | https://splch.github.io/MUN-Program/links/help.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MUN Program", "manifest_version": 3, "author": "Spencer Churchill", "host_permissions": [ "https:\/\/en.wikipedia.org\/w\/api.php" ], "short_name": "MUN", "version": "9.90", "icons": { "128": "images\/logos\/icon.png" }, "description": "A centralized MUN Program for running committee.", "background": { "service_worker": "links\/background.js" }, "action": { "default_icon": "images\/logos\/icon.png" }, "options_ui": { "page": "links\/options.html" } } |