MUN Program
A centralized MUN Program for running committee.
Apa itu MUN Program?
MUN Program adalah ekstensi Chrome yang dikembangkan oleh splch, dan fitur utamanya adalah "A centralized MUN Program for running committee.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MUN Program
Unduh file ekstensi MUN Program dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | afbickakoipagghmdehbllfpopbjledn |
| URL Resmi | https://chromewebstore.google.com/detail/mun-program/afbickakoipagghmdehbllfpopbjledn |
| Deskripsi | A centralized MUN Program for running committee. |
| Ukuran File | 1.87 MB |
| Jumlah Instalasi | 950 |
| Versi Saat Ini | 9.90 |
| Terakhir Diperbarui | 2022-01-15 |
| Tanggal Publikasi | 2020-05-23 |
| Penilaian | 5.00/5 Total 8 Penilaian |
| Pengembang | splch |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/splch/MUN-Program |
| URL Halaman Bantuan | https://splch.github.io/MUN-Program/links/help.html |
| Bahasa yang Didukung | 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"
}
} | |