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 |
Eメール | [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" ] } ] } |