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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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
이메일 [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"
    ]
}