Think Exam

Capture full-screen on thinkexam test panel

Think Examとは何ですか?

Think Examはhttps://www.thinkexam.comによって開発されたChromeの拡張機能で、その主な機能は「Capture full-screen on thinkexam test panel」です。

拡張機能のスクリーンショット

screenshot

Think Exam拡張機能のCRXファイルをダウンロード

Think Exam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Think Exam Think Exam
ID bbebbhmelpcfmijoanocdliephmoahln
公式URL https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln
説明 Capture full-screen on thinkexam test panel
ファイルサイズ 5.35 KB
インストール数 68,149
現在のバージョン 1.1
最終更新日 2019-01-23
公開日 2019-01-23
評価 1.41/5 合計 27 レビュー
開発者 https://www.thinkexam.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.thinkexam.com
ヘルプページのURL https://support.thinkexam.com/hc/en-us
プライバシーポリシーページのURL https://www.thinkexam.com/terms-and-condition
対応言語 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"
    ]
}