Smartschool Plus

Add extra features to Smartschool

Smartschool Plusคืออะไร?

Smartschool Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomaspeetersdev และคุณลักษณะหลักของมันคือ "Add extra features to Smartschool"

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

screenshot
screenshot

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

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

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

                        - Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality.
- Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality.                    

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

ชื่อ Smartschool Plus Smartschool Plus
ID glcnmmnhadkmgikpgciabebjmkocalga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga
คำอธิบาย Add extra features to Smartschool
ขนาดไฟล์ 622 KB
จำนวนการติดตั้ง 707
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-08-26
วันที่เผยแพร่ 2023-05-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thomaspeetersdev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/thomaspeeters/smartschool-plus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartschool Plus",
    "description": "Add extra features to Smartschool",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/fontawesome-all.min.js",
                "js\/zip-full.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.smartschool.be\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "offscreen"
    ]
}