Moody Middle School Bell Reminder
Remind yourself of the bell
¿Qué es Moody Middle School Bell Reminder?
Moody Middle School Bell Reminder es una extensión de Chrome desarrollada por shoryamal, y su función principal es "Remind yourself of the bell".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Moody Middle School Bell Reminder
Descarga archivos de extensión Moody Middle School Bell Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | kmljccihpocnjenpcmfgfodcdbommchl |
URL Oficial | https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl |
Descripción | Remind yourself of the bell |
Tamaño del Archivo | 46.53 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 2.1.2 |
Última Actualización | 2019-09-03 |
Fecha de Publicación | 2019-09-03 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | shoryamal |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |