MUN Program
A centralized MUN Program for running committee.
什么是MUN Program?
MUN Program是由splch开发的Chrome扩展程序,该扩展的主要功能是“A centralized MUN Program for running committee.”。
扩展截图
下载MUN Program扩展crx文件
下载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" } } |