Study Aid

Study more efficiently with the help of Pepppina

Study Aidคืออะไร?

Study Aid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pepppina<3 และคุณลักษณะหลักของมันคือ "Study more efficiently with the help of Pepppina"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Study Aid

ดาวน์โหลดไฟล์ส่วนขยาย Study Aid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pepppina-gogy: Study Aid is an extension meant to help students study and prepare for exams better. It's main functionalities are the 4 settings that it has. You can use this extension to record your goals before each study session, track the time that you have been studying for, do quick calculations, and enable dark mode to protect your eyes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Study Aid Study Aid
ID knhfbolnlplfpiohobmeckgcddpfinck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/study-aid/knhfbolnlplfpiohobmeckgcddpfinck
คำอธิบาย Study more efficiently with the help of Pepppina
ขนาดไฟล์ 644 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2022-06-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา pepppina<3
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Aid",
    "description": "Study more efficiently with the help of Pepppina",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/www.google.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Logo.png",
            "32": "\/images\/Logo.png",
            "48": "\/images\/Logo.png",
            "128": "\/images\/Logo.png"
        }
    },
    "icons": {
        "16": "\/images\/Pepppina-gogy.png",
        "32": "\/images\/Pepppina-gogy.png",
        "48": "\/images\/Pepppina-gogy.png",
        "128": "\/images\/Pepppina-gogy.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/popup.js",
                "\/Features\/B.js"
            ]
        }
    ]
}