Homework Helper
Right Click on highlighted text, to automatically search for answers from Quizlet.
Homework Helper là gì?
Homework Helper là một tiện ích mở rộng Chrome được phát triển bởi kyle.hoell, và tính năng chính của nó là "Right Click on highlighted text, to automatically search for answers from Quizlet.".
Ả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 Homework Helper
Tải xuống các tệp mở rộng Homework Helper 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
Homework Helper automatically searches for answers of Highlighted text using Quizlet. The answers are then stored in a list of cards, sorted by the highest percentage match, to the lowest match. Users can scroll through this list of answers, copy the answer, or even launch the Quizlet page the answer was found on. Users also have the ability to change the number of answers fetched, window size, and more! Icon Created By phatplus: https://www.flaticon.com/authors/phatplus
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Homework Helper |
ID | dgfigglmnhnamfjbccjoiomogdmglnpa |
URL Chính Thức | https://chromewebstore.google.com/detail/homework-helper/dgfigglmnhnamfjbccjoiomogdmglnpa |
Mô tả | Right Click on highlighted text, to automatically search for answers from Quizlet. |
Kích Thước Tệp | 6.32 MB |
Số Lần Cài Đặt | 10,368 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2020-04-02 |
Đánh Giá | 3.92/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | kyle.hoell |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.homeworkhelper-app.net/ |
URL Trang Trợ Giúp | https://www.homeworkhelper-app.net/contact-us |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homework Helper", "version": "2.3", "description": "Right Click on highlighted text, to automatically search for answers from Quizlet.", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png", "256": ".\/images\/icon256.png", "512": ".\/images\/icon512.png" }, "permissions": [ "contextMenus", "storage", "tabs" ], "host_permissions": [ "http:\/\/www.google.com\/*", "https:\/\/www.google.com\/*", "https:\/\/www.googleapis.com\/*", "http:\/\/www.googleapis.com\/*", "https:\/\/quizlet.com\/*", "http:\/\/quizlet.com\/*" ], "action": { "default_popup": ".\/view\/popupWidget.html", "default_title": "Homework Helper", "default_icon": "\/images\/icon32.png" }, "background": { "service_worker": ".\/dist\/background.js" }, "options_page": ".\/view\/options.html", "manifest_version": 3 } |