Think Exam
Capture full-screen on thinkexam test panel
Think Examคืออะไร?
Think Exam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thinkexam.com และคุณลักษณะหลักของมันคือ "Capture full-screen on thinkexam test panel"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Think Exam
ดาวน์โหลดไฟล์ส่วนขยาย Think Exam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |