Think Exam

Capture full-screen on thinkexam test panel

Co je Think Exam?

Think Exam je rozšíření Chrome vyvinuté https://www.thinkexam.com, a jeho hlavní funkcí je „Capture full-screen on thinkexam test panel“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Think Exam

Stáhněte si soubory rozšíření Think Exam ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Think Exam Think Exam
ID bbebbhmelpcfmijoanocdliephmoahln
Oficiální URL https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln
Popis Capture full-screen on thinkexam test panel
Velikost souboru 5.35 KB
Počet instalací 68,149
Aktuální Verze 1.1
Poslední Aktualizace 2019-01-23
Datum Vydání 2019-01-23
Hodnocení 1.41/5 Celkem 27 Hodnocení
Vývojář https://www.thinkexam.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.thinkexam.com
URL Stránky Nápovědy https://support.thinkexam.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://www.thinkexam.com/terms-and-condition
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Think Exam",
    "author": "Hari Prasad Sharma",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture full-screen on thinkexam test panel",
    "homepage_url": "https:\/\/thinkexam.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.webrtc-experiment.com\/*",
                "https:\/\/*.thinkexam.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}