Moody Middle School Bell Reminder
Remind yourself of the bell
Moody Middle School Bell Reminder क्या है?
Moody Middle School Bell Reminder shoryamal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remind yourself of the bell"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moody Middle School Bell Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |