MUN Program
A centralized MUN Program for running committee.
MUN Program là gì?
MUN Program là một tiện ích mở rộng Chrome được phát triển bởi splch, và tính năng chính của nó là "A centralized MUN Program for running committee.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MUN Program
Tải xuống các tệp mở rộng MUN Program dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MUN Program |
ID | afbickakoipagghmdehbllfpopbjledn |
URL Chính Thức | https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn |
Mô tả | A centralized MUN Program for running committee. |
Kích Thước Tệp | 1.87 MB |
Số Lần Cài Đặt | 950 |
Phiên Bản Hiện Tại | 9.90 |
Cập Nhật Lần Cuối | 2022-01-15 |
Ngày Phát Hành | 2020-05-23 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | splch |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/splch/MUN-Program |
URL Trang Trợ Giúp | https://splch.github.io/MUN-Program/links/help.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |