BeaverEXT

An extension for Beaver students

BeaverEXT란 무엇입니까?

BeaverEXT은(는) weissz17에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Beaver students"입니다.

확장 프로그램 스크린샷

screenshot

BeaverEXT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}