AlarmMe
Alarm you at the given time or after a given time period.
Τι είναι το AlarmMe;
Το AlarmMe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον moenekoremi, και η κύρια λειτουργία του είναι "Alarm you at the given time or after a given time period.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AlarmMe
Λήψη αρχείων επέκτασης AlarmMe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Επίσημο URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Περιγραφή | Alarm you at the given time or after a given time period. |
Μέγεθος Αρχείου | 124 KB |
Αριθμός Εγκαταστάσεων | 367 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2016-02-12 |
Ημερομηνία Δημοσίευσης | 2016-02-12 |
Προγραμματιστής | moenekoremi |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |