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 |
官方網址 | 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" } } |