chegg skip
Makes skipping a question easy in chegg
什么是chegg skip?
chegg skip是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Makes skipping a question easy in chegg”。
扩展截图
下载chegg skip扩展crx文件
下载chegg skip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**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
扩展基本信息
名称 | chegg skip |
ID | nfnfalcgbgnmmenmioajjnmapembaddp |
官方URL | https://chromewebstore.google.com/detail/chegg-skip/nfnfalcgbgnmmenmioajjnmapembaddp |
简介 | Makes skipping a question easy in chegg |
文件大小 | 6.52 KB |
安装次数 | 507 |
当前版本 | 22.4.14 |
更新时间 | 2022-04-13 |
上架时间 | 2021-12-04 |
评分 | 3.00/5 共4次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |