Chegg Auto Refresher
Auto refreshes Chegg Expert Q&A page for new questions
Chegg Auto Refresher là gì?
Chegg Auto Refresher là một tiện ích mở rộng Chrome được phát triển bởi https://tushgaurav.in, và tính năng chính của nó là "Auto refreshes Chegg Expert Q&A page for new questions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chegg Auto Refresher
Tải xuống các tệp mở rộng Chegg Auto Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chegg Auto Refresher |
ID | alkblilamfjefheigemcgjbbgbheopli |
URL Chính Thức | https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli |
Mô tả | Auto refreshes Chegg Expert Q&A page for new questions |
Kích Thước Tệp | 12.72 KB |
Số Lần Cài Đặt | 884 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2023-07-11 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://tushgaurav.in |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chegg Auto Refresher", "version": "1.0", "description": "Auto refreshes Chegg Expert Q&A page for new questions", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/expert.chegg.com\/qna\/authoring\/answer" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/expert.chegg.com\/qna\/authoring\/answer" ] } ], "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Popup and Content Script", "default_popup": "popup.html" } } |