myBeaverTab

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

什麼是myBeaverTab?

myBeaverTab是由hikingorange開發的Chrome擴展程式,該擴展的主要功能是“Custom Beaver chrome tab replacement for OSU student. Go Beavers!!”。

擴展截圖

screenshot
screenshot
screenshot

下載myBeaverTab擴展crx文件

下載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
官方網址 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"
    }
}