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": []
}
]
} | |