MUN Program

A centralized MUN Program for running committee.

Qu'est-ce que MUN Program ?

MUN Program est une extension Chrome développée par splch, et sa fonction principale est "A centralized MUN Program for running committee.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MUN Program

Téléchargez les fichiers d'extension MUN Program au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MUN Program MUN Program
ID afbickakoipagghmdehbllfpopbjledn
URL Officiel https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn
Description A centralized MUN Program for running committee.
Taille du Fichier 1.87 MB
Nombre d'Installations 950
Version Actuelle 9.90
Dernière Mise à Jour 2022-01-15
Date de Publication 2020-05-23
Évaluation 5.00/5 Total 8 Évaluations
Développeur splch
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/splch/MUN-Program
URL de la Page d'Aide https://splch.github.io/MUN-Program/links/help.html
Langues Prises en Charge 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"
    }
}