Exam room

Activate an exam environment and block/allow specific websites

Co to jest Exam room?

Exam room to rozszerzenie Chrome opracowane przez Nicolas Grillet, a jego główną funkcją jest „Activate an exam environment and block/allow specific websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Exam room

Pobierz pliki rozszerzeń Exam room w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        {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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Exam room Exam room
ID gfceeghcoekcmlpgonlplkpmakdmpgmg
Oficjalny URL https://chrome.google.com/webstore/detail/exam-room/gfceeghcoekcmlpgonlplkpmakdmpgmg
Opis Activate an exam environment and block/allow specific websites
Rozmiar pliku 139 KB
Liczba instalacji 1,000
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-11-18
Data Publikacji 2016-11-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Nicolas Grillet
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}