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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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
}