Moody Middle School Bell Reminder
Remind yourself of the bell
Moody Middle School Bell Reminder란 무엇입니까?
Moody Middle School Bell Reminder은(는) shoryamal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remind yourself of the bell"입니다.
확장 프로그램 스크린샷
Moody Middle School Bell Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A school bell reminder for moody middle school 1.2.5 is a hotfix 1.3 is also a hotfix 1.5.1 may be unstable will be fixed soon 2.1.1 is STABLE with new features such as adding classrooms. It also has an updated moody bell schedule. Remove the app and reinstall to get all new features. 2.1.2 is color schemes and updated spacing
확장 프로그램 기본 정보
이름 | |
ID | kmljccihpocnjenpcmfgfodcdbommchl |
공식 URL | https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl |
설명 | Remind yourself of the bell |
파일 크기 | 46.53 KB |
설치 횟수 | 32 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2019-09-03 |
출시 날짜 | 2019-09-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | shoryamal |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moody Middle School Bell Reminder", "description": "Remind yourself of the bell", "version": "2.1.2", "manifest_version": 2, "permissions": [ "notifications", "storage" ], "browser_action": { "default_locale": "en", "default_icon": "something-128.png", "default_popup": "window.html" }, "icons": { "16": "something-16.png", "128": "something-128.png", "64": "something-64.png" }, "background": { "scripts": [ "script.js", "background.js" ] } } |