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 |
官方網址 | 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" ] } ] } |