Homework Helper
Right Click on highlighted text, to automatically search for answers from Quizlet.
Qu'est-ce que Homework Helper ?
Homework Helper est une extension Chrome développée par kyle.hoell, et sa fonction principale est "Right Click on highlighted text, to automatically search for answers from Quizlet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Homework Helper
Téléchargez les fichiers d'extension Homework Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Homework Helper |
ID | dgfigglmnhnamfjbccjoiomogdmglnpa |
URL Officiel | https://chromewebstore.google.com/detail/homework-helper/dgfigglmnhnamfjbccjoiomogdmglnpa |
Description | Right Click on highlighted text, to automatically search for answers from Quizlet. |
Taille du Fichier | 6.32 MB |
Nombre d'Installations | 10,368 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2024-02-07 |
Date de Publication | 2020-04-02 |
Évaluation | 3.92/5 Total 13 Évaluations |
Développeur | kyle.hoell |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.homeworkhelper-app.net/ |
URL de la Page d'Aide | https://www.homeworkhelper-app.net/contact-us |
Langues Prises en Charge | 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 } |