Homework Helper
Right Click on highlighted text, to automatically search for answers from Quizlet.
Homework Helper क्या है?
Homework Helper kyle.hoell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right Click on highlighted text, to automatically search for answers from Quizlet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Homework Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |