Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Chegg Auto Refresherคืออะไร?

Chegg Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tushgaurav.in และคุณลักษณะหลักของมันคือ "Auto refreshes Chegg Expert Q&A page for new questions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chegg Auto Refresher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}