Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Chegg Auto Refresherとは何ですか?

Chegg Auto Refresherはhttps://tushgaurav.inによって開発されたChromeの拡張機能で、その主な機能は「Auto refreshes Chegg Expert Q&A page for new questions」です。

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

screenshot
screenshot
screenshot

Chegg Auto Refresher拡張機能のCRXファイルをダウンロード

Chegg Auto Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.                    

拡張機能の基本情報

名前 Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
公式URL https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
説明 Auto refreshes Chegg Expert Q&A page for new questions
ファイルサイズ 12.72 KB
インストール数 884
現在のバージョン 1.0
最終更新日 2023-07-12
公開日 2023-07-11
評価 4.00/5 合計 1 レビュー
開発者 https://tushgaurav.in
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chegg Auto Refresher",
    "version": "1.0",
    "description": "Auto refreshes Chegg Expert Q&A page for new questions",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Popup and Content Script",
        "default_popup": "popup.html"
    }
}