Daily Motivation - Age Counter
Get motivated daily by remembering your age
Τι είναι το Daily Motivation - Age Counter;
Το Daily Motivation - Age Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OurForest, και η κύρια λειτουργία του είναι "Get motivated daily by remembering your age".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Daily Motivation - Age Counter
Λήψη αρχείων επέκτασης Daily Motivation - Age Counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Transform your new tab into a powerful reminder of the time you have and the potential within you! With the Daily Motivation - Age Counter extension, embrace each day with renewed purpose and motivation.
Features:
✓ Age Counter: Every time you open a new tab, see your current age. A gentle nudge that time is precious, urging you to make the most out of every moment.
✓ Personalized Experience: Customize the look and feel by selecting your preferred colors. Make it uniquely yours!
✓ Inspirational Message: Add a personal touch with a custom message. Whether it’s your life’s motto, a motivational quote, or a daily target, keep your goals and inspiration right in front of you.
Benefits:
✓ Increased Mindfulness: In the hustle and bustle of daily life, it’s easy to lose track of time. This extension helps ground you, reminding you of the present moment.
✓ Stay Motivated: Having a clear view of your age can be a motivational tool, prompting you to seize the day and pursue your goals with more determination.
✓ Customization: Make your new tab truly personal. With a combination of colors and messages, create a space that resonates with your spirit.
Unlock the power of now with Daily Motivation - Age Counter. Install today and take the first step towards a more focused, motivated, and present you! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ndjleggnmncjmfjcgmmpimpccikiadaf |
| Επίσημο URL | https://chromewebstore.google.com/detail/daily-motivation-age-coun/ndjleggnmncjmfjcgmmpimpccikiadaf |
| Περιγραφή | Get motivated daily by remembering your age |
| Μέγεθος Αρχείου | 1.18 MB |
| Αριθμός Εγκαταστάσεων | 7,317 |
| Τρέχουσα Έκδοση | 1.1.4 |
| Τελευταία Ενημέρωση | 2024-01-06 |
| Ημερομηνία Δημοσίευσης | 2021-04-01 |
| Αξιολόγηση | 3.69/5 Συνολικά 13 Αξιολογήσεις |
| Προγραμματιστής | OurForest |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.notion.so/Daily-Motivation-Age-Counter-12755535b9cc47d384cf179387ef6985 |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Get motivated daily by remembering your age",
"version": "1.1.4",
"manifest_version": 3,
"name": "Daily Motivation - Age Counter",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"devtools_page": "devtools.html",
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |