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”。
擴展截圖
下載Think Exam擴展crx文件
下載Think Exam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | bbebbhmelpcfmijoanocdliephmoahln |
| 官方網址 | 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"
]
} | |