Think Exam

Capture full-screen on thinkexam test panel

Think Exam là gì?

Think Exam là một tiện ích mở rộng Chrome được phát triển bởi https://www.thinkexam.com, và tính năng chính của nó là "Capture full-screen on thinkexam test panel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Think Exam

Tải xuống các tệp mở rộng Think Exam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Think Exam Think Exam
ID bbebbhmelpcfmijoanocdliephmoahln
URL Chính Thức https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln
Mô tả Capture full-screen on thinkexam test panel
Kích Thước Tệp 5.35 KB
Số Lần Cài Đặt 68,149
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-01-23
Ngày Phát Hành 2019-01-23
Đánh Giá 1.41/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://www.thinkexam.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thinkexam.com
URL Trang Trợ Giúp https://support.thinkexam.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.thinkexam.com/terms-and-condition
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}