Think Exam
Capture full-screen on thinkexam test panel
Wat is Think Exam?
Think Exam is een Chrome-extensie ontwikkeld door https://www.thinkexam.com, en de belangrijkste functie is "Capture full-screen on thinkexam test panel".
Extensie Screenshots
Download het CRX-bestand van de extensie Think Exam
Download Think Exam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | bbebbhmelpcfmijoanocdliephmoahln |
| Officiële URL | https://chromewebstore.google.com/detail/think-exam/bbebbhmelpcfmijoanocdliephmoahln |
| Beschrijving | Capture full-screen on thinkexam test panel |
| Bestandsgrootte | 5.35 KB |
| Aantal Installaties | 68,149 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-01-23 |
| Publicatiedatum | 2019-01-23 |
| Beoordeling | 1.41/5 Totaal 27 Beoordelingen |
| Ontwikkelaar | https://www.thinkexam.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.thinkexam.com |
| Help Pagina-URL | https://support.thinkexam.com/hc/en-us |
| URL van de Privacybeleid Pagina | https://www.thinkexam.com/terms-and-condition |
| Ondersteunde Talen | 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"
]
} | |