Think Exam

Capture full-screen on thinkexam test panel

What is Think Exam?

Think Exam is a Chrome extension developed by https://www.thinkexam.com, and its main feature is "Capture full-screen on thinkexam test panel".

Extension Screenshots

screenshot

Download Think Exam Extension CRX File

Download Think Exam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Think Exam Think Exam
ID bbebbhmelpcfmijoanocdliephmoahln
Official URL https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln
Description Capture full-screen on thinkexam test panel
File Size 5.35 KB
Installation Count 68,149
Current Version 1.1
Last Updated 2019-01-23
Publish Date 2019-01-23
Rating 1.41/5 Total 27 Ratings
Developer https://www.thinkexam.com
Email [email protected]
Payment Type free
Extension Website https://www.thinkexam.com
Help Page URL https://support.thinkexam.com/hc/en-us
Privacy Policy Page URL https://www.thinkexam.com/terms-and-condition
Supported Languages 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"
    ]
}