MUN Program
A centralized MUN Program for running committee.
MUN Program क्या है?
MUN Program splch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A centralized MUN Program for running committee."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MUN Program एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |