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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" } } |