BeaverEXT

An extension for Beaver students

BeaverEXTคืออะไร?

BeaverEXT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weissz17 และคุณลักษณะหลักของมันคือ "An extension for Beaver students"

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

screenshot

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

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

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

                        An extension for Beaver students. It allows you to quickly create new google docs, presentations, and sheets. After you set up the schedule in the options page. It will give you a notification about what your next class is 15 minutes before that class. Also by clicking on the icon you can see your next class. There is a button to tell you what the lunch is as well as it giving you a notification 5 minutes before. It makes it much faster and easier to check what your next class it. Lets all be more efficient. BeaverEXT.


--Disclaimer. It will not update for special schedules. This is not a total replacement for powerschool. Just a way to make the process of checking your next class faster. I am not responsible for you being late to class or you going to the wrong class entirely.                    

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

ชื่อ BeaverEXT BeaverEXT
ID lfjpjanpjmhlihhlamhhhpipeljjhfia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beaverext/lfjpjanpjmhlihhlamhhhpipeljjhfia
คำอธิบาย An extension for Beaver students
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2016-11-07
วันที่เผยแพร่ 2016-11-07
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา weissz17
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BeaverEXT",
    "description": "An extension for Beaver students",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "icon48tr.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "alarms",
        "notifications"
    ],
    "icons": {
        "128": "icon128tr.png",
        "1024": "icon1024tr.png",
        "16": "icon16tr.png"
    }
}