Simple Interval/Timer
Set reminders for tasks.
Τι είναι το Simple Interval/Timer;
Το Simple Interval/Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sales.tabsgi, και η κύρια λειτουργία του είναι "Set reminders for tasks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Interval/Timer
Λήψη αρχείων επέκτασης Simple Interval/Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple Interval/Timer: Your Ultimate Task Reminder Extension
Are you looking for a quick and efficient way to manage your tasks and stay on top of your schedule right from your Chrome browser? Look no further! Introducing "Simple Interval/Timer," your ultimate task reminder extension.
Key Features:
✅ Effortless Task Scheduling: With Simple Interval/Timer, you can easily schedule tasks and set up reminders for important deadlines, meetings, or daily to-dos. Stay organized and never miss a beat.
✅ Interval Timers: Need a countdown timer for your work or study sessions? Simple Interval/Timer has got you covered. Set timers with ease to help you stay focused and productive.
✅ Sleek and User-Friendly: Our extension boasts a clean and intuitive interface, making it a breeze to navigate and set up reminders, even for those new to task management.
✅ Stay Productive on Chrome: Simple Interval/Timer seamlessly integrates with your Chrome browser, ensuring that your task reminders are always just a click away, whether you're browsing the web or working on a project.
How to Use:
Install the Simple Interval/Timer extension from the Chrome Web Store.
Click the extension icon in your browser to access the easy-to-use interface.
Create tasks, set intervals, and customize your reminders.
Sit back, relax, and let Simple Interval/Timer keep you on track and productive.
Never Miss a Deadline Again!
Say goodbye to forgotten tasks and missed deadlines. Simple Interval/Timer is here to empower you to take control of your schedule and make the most out of your time. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | omjopahblpenobdolgaaikhjdhleladb |
| Επίσημο URL | https://chromewebstore.google.com/detail/simple-intervaltimer/omjopahblpenobdolgaaikhjdhleladb |
| Περιγραφή | Set reminders for tasks. |
| Μέγεθος Αρχείου | 166 KB |
| Αριθμός Εγκαταστάσεων | 18 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2023-10-11 |
| Ημερομηνία Δημοσίευσης | 2023-10-10 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | sales.tabsgi |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | http://www.tabsgi.com/terms/privacypolicy.html |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Interval\/Timer",
"version": "1.0",
"description": "Set reminders for tasks.",
"permissions": [
"notifications",
"alarms"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": []
} | |