Exam room

Activate an exam environment and block/allow specific websites

Exam room क्या है?

Exam room Nicolas Grillet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate an exam environment and block/allow specific websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exam room एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        {english}
Activate an exam environment and block/allow specific websites.
Once you have activated the "Exam" mode, the main website will automatically open and all others websites, expect those who have allowed, are block.
This is an useful tool to pass online exam like Tosa from Isograd for example.

{français}
Activez un environnement d'examen et bloquez/autorisez des sites web spécifiques.
Une fois le mode "Exam" activé, le site principal va s'ouvrir automatiquement et tous les sites, sauf ceux que vous avez autorisé, sont bloqués.
CEt outil est utile pour passer des tests en ligne tel que le Tosa d'Isograd par exemple.
"Configurez votre navigateur avec une liste blanche d'URLs"                    

एक्सटेंशन की मूल जानकारी

नाम Exam room Exam room
ID gfceeghcoekcmlpgonlplkpmakdmpgmg
आधिकारिक URL https://chrome.google.com/webstore/detail/exam-room/gfceeghcoekcmlpgonlplkpmakdmpgmg
विवरण Activate an exam environment and block/allow specific websites
फ़ाइल का आकार 139 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-11-18
प्रकाशन तिथि 2016-11-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nicolas Grillet
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exam room",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Activate an exam environment and block\/allow specific websites",
    "homepage_url": "http:\/\/www.codnex.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html"
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}