chegg skip
Makes skipping a question easy in chegg
Was ist chegg skip?
chegg skip ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Makes skipping a question easy in chegg".
Erweiterungsscreenshots
chegg skip-Erweiterungs-CRX-Datei herunterladen
Laden Sie chegg skip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
**If the add-on isn't loaded please reload the page then the add-on will work perfectly good!**
This add-on will add a extra button named "skip+" in chegg question answering page. with a single click you can skip the question directly you don't need to select any other options.
And this add-on will automatically click answer button if timer reach to 1 minute , It will be helpful if you forgot to click answer :)
Note: This add-on will select "i don't have subject knowledge" by default, if you want to select another option use regular skip button Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nfnfalcgbgnmmenmioajjnmapembaddp |
| Offizielle URL | https://chromewebstore.google.com/detail/chegg-skip/nfnfalcgbgnmmenmioajjnmapembaddp |
| Beschreibung | Makes skipping a question easy in chegg |
| Dateigröße | 6.52 KB |
| Installationsanzahl | 507 |
| Aktuelle Version | 22.4.14 |
| Letztes Update | 2022-04-13 |
| Veröffentlichungsdatum | 2021-12-04 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "chegg skip",
"version": "22.4.14",
"description": "Makes skipping a question easy in chegg",
"icons": {
"48": "icons\/Group 1(1).png",
"96": "icons\/Group 1(2).png"
},
"content_scripts": [
{
"matches": [
"https:\/\/expert.chegg.com\/expertqna"
],
"js": [
"chegg_skip.js"
]
}
]
} | |