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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://support.thinkexam.com/hc/en-us |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |