MUN Program
A centralized MUN Program for running committee.
Hvad er MUN Program?
MUN Program er en Chrome-udvidelse udviklet af splch, og dens hovedfunktion er "A centralized MUN Program for running committee.".
Udvidelsesskærmbilleder
Download MUN Program-udvidelses-CRX-fil
Download MUN Program-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | MUN Program |
ID | afbickakoipagghmdehbllfpopbjledn |
Officiel URL | https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn |
Beskrivelse | A centralized MUN Program for running committee. |
Filstørrelse | 1.87 MB |
Antal Installationer | 950 |
Nuværende Version | 9.90 |
Senest Opdateret | 2022-01-15 |
Udgivelsesdato | 2020-05-23 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | splch |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/splch/MUN-Program |
Hjælpeside-URL | https://splch.github.io/MUN-Program/links/help.html |
Understøttede Sprog | 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" } } |