MUN Program

A centralized MUN Program for running committee.

O que é MUN Program?

MUN Program é uma extensão do Chrome desenvolvida por splch, e sua principal característica é "A centralized MUN Program for running committee.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MUN Program

Baixe arquivos de extensão MUN Program no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MUN Program MUN Program
ID afbickakoipagghmdehbllfpopbjledn
URL Oficial https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn
Descrição A centralized MUN Program for running committee.
Tamanho do Arquivo 1.87 MB
Contagem de Instalações 950
Versão Atual 9.90
Última Atualização 2022-01-15
Data de Publicação 2020-05-23
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor splch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/splch/MUN-Program
URL da Página de Ajuda https://splch.github.io/MUN-Program/links/help.html
Idiomas Suportados 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"
    }
}