MUN Program

A centralized MUN Program for running committee.

Что такое MUN Program?

MUN Program - это расширение Chrome, разработанное splch, и его основная функция - "A centralized MUN Program for running committee.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения MUN Program

Скачайте файлы расширений 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
Электронная почта [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"
    }
}