Homework Helper
Right Click on highlighted text, to automatically search for answers from Quizlet.
什么是Homework Helper?
Homework Helper是由kyle.hoell开发的Chrome扩展程序,该扩展的主要功能是“Right Click on highlighted text, to automatically search for answers from Quizlet.”。
扩展截图
下载Homework Helper扩展crx文件
下载Homework Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Homework Helper |
ID | dgfigglmnhnamfjbccjoiomogdmglnpa |
官方URL | https://chromewebstore.google.com/detail/homework-helper/dgfigglmnhnamfjbccjoiomogdmglnpa |
简介 | Right Click on highlighted text, to automatically search for answers from Quizlet. |
文件大小 | 6.32 MB |
安装次数 | 10,368 |
当前版本 | 2.3 |
更新时间 | 2024-02-07 |
上架时间 | 2020-04-02 |
评分 | 3.92/5 共13次评分 |
开发者 | kyle.hoell |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.homeworkhelper-app.net/ |
帮助页面URL | https://www.homeworkhelper-app.net/contact-us |
支持的语言 | 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 } |