Think Exam

Capture full-screen on thinkexam test panel

Hvad er Think Exam?

Think Exam er en Chrome-udvidelse udviklet af https://www.thinkexam.com, og dens hovedfunktion er "Capture full-screen on thinkexam test panel".

Udvidelsesskærmbilleder

screenshot

Download Think Exam-udvidelses-CRX-fil

Download Think Exam-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Think Exam Think Exam
ID bbebbhmelpcfmijoanocdliephmoahln
Officiel URL https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln
Beskrivelse Capture full-screen on thinkexam test panel
Filstørrelse 5.35 KB
Antal Installationer 68,149
Nuværende Version 1.1
Senest Opdateret 2019-01-23
Udgivelsesdato 2019-01-23
Bedømmelse 1.41/5 Samlet 27 Bedømmelser
Udvikler https://www.thinkexam.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.thinkexam.com
Hjælpeside-URL https://support.thinkexam.com/hc/en-us
URL til Fortrolighedspolitik Side https://www.thinkexam.com/terms-and-condition
Understøttede Sprog 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"
    ]
}