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!!"입니다.
확장 프로그램 스크린샷
myBeaverTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |