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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } } |