Bell Countdown Extension

An extension that displays the time remaining in classes.

Bell Countdown Extensionคืออะไร?

Bell Countdown Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bell.plus และคุณลักษณะหลักของมันคือ "An extension that displays the time remaining in classes."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bell Countdown Extension

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

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

                        Countdown to the next time the school bell rings on https://bell.plus and this companion extension! The website includes some school schedules automatically. It also allows custom weekly schedules you can enter yourself. Currently we include schedules for several schools including Los Altos High School (LAHS) and Mountain View High School (MVHS). Additional schools may be added upon request: https://blog.bell.plus/contact/

This extension and its partner website https://bell.plus are not officially supported by or affiliated with any school administrations or school districts. These were created as personal projects by students and have no guarantee of being correct. You should always check the school's website and official communication for official schedules. There is no guarantee that this Chrome extension and the partner website will continue to be supported in the future.

This extension was developed by Jonathan Shi and Nicolas Chan. This is an open source project (MIT License). View the source code at https://github.com/nicolaschan/bell                    

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

ชื่อ Bell Countdown Extension Bell Countdown Extension
ID pkeeekfbjjpdkbijkjfljamglegfaikc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bell-countdown-extension/pkeeekfbjjpdkbijkjfljamglegfaikc
คำอธิบาย An extension that displays the time remaining in classes.
ขนาดไฟล์ 3.26 MB
จำนวนการติดตั้ง 4,028
เวอร์ชันปัจจุบัน 4.11.3
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2019-02-10
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://bell.plus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bell.plus
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bell Countdown Extension",
    "description": "An extension that displays the time remaining in classes.",
    "version": "4.11.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": "favicons\/lime.png",
        "default_popup": "chrome_extension\/popup.html",
        "default_title": "Bell Countdown"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "chrome_extension\/bin\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/bell.plus\/*",
            "https:\/\/bell.plus\/*"
        ]
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtjVn1nSyHY5IOwTzcgZbTCqPBpYj8NQOIKeq+4GWQBDIEtk20gRb5\/UMP0zsvyWUDfCurjT3YUEXFQjdW\/JsmwEMzNWd3htkSe5lIlKlUqcw9dGsa4AhCByWGJKSByHNO221CZewVfZ+dTQeXWGjdgOhFfCu77OnLxoikhzdH65ww5xledPMZyjovzpqaxMivnE8piQn\/FJzBtS8rJ3EFe0VzjMNjxqV6IHowFY09Dsqyr2Q2ulTEGIq5qvdUP2nz9j7vulUPYX\/QVAKJVUnceBEEsyXNfXhHOdxJqB0xAJLITtdaism4my2K6VT6E5Xz52EOPz+8\/WThVpytWR\/KQIDAQAB"
}