MUN Program

A centralized MUN Program for running committee.

MUN Programとは何ですか?

MUN Programはsplchによって開発されたChromeの拡張機能で、その主な機能は「A centralized MUN Program for running committee.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}