TimeCloud
Minimalistic Time Manager
Τι είναι το TimeCloud;
Το TimeCloud είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TimeCloud, και η κύρια λειτουργία του είναι "Minimalistic Time Manager".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TimeCloud
Λήψη αρχείων επέκτασης TimeCloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TimeCloud is an easy-to-use all-in-one time keeping extension for your browser.
There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks).
The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification.
The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset.
The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background.
Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down.
creators: Aaryan Mohta and Namra Shah.
If any bugs / glitches/ suggestions/queries,
contact - [email protected] Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | mdfdnnffbjccpfopihhjnplnmedjgedd |
| Επίσημο URL | https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd |
| Περιγραφή | Minimalistic Time Manager |
| Μέγεθος Αρχείου | 223 KB |
| Αριθμός Εγκαταστάσεων | 98 |
| Τρέχουσα Έκδοση | 1.0.0 |
| Τελευταία Ενημέρωση | 2021-06-17 |
| Ημερομηνία Δημοσίευσης | 2021-06-17 |
| Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | TimeCloud |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TimeCloud",
"description": "Minimalistic Time Manager",
"version": "1.0.0",
"icons": {
"128": "images\/icon_128.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"notifications"
]
} | |