myBeaverTab

Custom Beaver chrome tab replacement for OSU student. Go Beavers!!

myBeaverTabคืออะไร?

myBeaverTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hikingorange และคุณลักษณะหลักของมันคือ "Custom Beaver chrome tab replacement for OSU student. Go Beavers!!"

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

screenshot
screenshot
screenshot

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

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

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

                        myBeaverTab gets your New Tab page to have easy access to everything that's going on in the Oregon State University campus for the day. It also lets you have a glimpse of the local weather and help you decide what you would like to wear on campus or if you would like to work from home in case of the rain. myBeaverTab also comes with a tiny Tic-Tac-Toe game that lets you take a break from your busy schedule. And gain easy access to the Oregon State University website, MyOSU, Canvas and the clubs that are available this year. 

Get inspired by background images taken on campus and a clock to help you keep track of time. The images change every 24 hours. However, if you would like to change the background today, then you can click on the link on the top of the page.                    

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

ชื่อ myBeaverTab myBeaverTab
ID kljfgphlnbojgnkcloplapkkldkpegel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mybeavertab/kljfgphlnbojgnkcloplapkkldkpegel
คำอธิบาย Custom Beaver chrome tab replacement for OSU student. Go Beavers!!
ขนาดไฟล์ 123 MB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2018-03-21
วันที่เผยแพร่ 2018-03-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hikingorange
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "myBeaverTab",
    "short_name": "myBeaverTab",
    "manifest_version": 2,
    "version": "1.3.2",
    "description": "Custom Beaver chrome tab replacement for OSU student. Go Beavers!!",
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/calendar.oregonstate.edu\/osu\/rss20.xml",
        "http:\/\/w1.weather.gov\/xml\/current_obs\/KCVO.xml",
        "https:\/\/prometheus.eecs.oregonstate.edu\/token?asid=8541941785389115"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}