Daily Motivation - Age Counter
Get motivated daily by remembering your age
什么是Daily Motivation - Age Counter?
Daily Motivation - Age Counter是由OurForest开发的Chrome扩展程序,该扩展的主要功能是“Get motivated daily by remembering your age”。
扩展截图
下载Daily Motivation - Age Counter扩展crx文件
下载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": []
}
]
} | |