Your Daily Affirmations
Send some positive energy into every new tab!
什么是Your Daily Affirmations?
Your Daily Affirmations是由https://tanveer-khan.com开发的Chrome扩展程序,该扩展的主要功能是“Send some positive energy into every new tab!”。
扩展截图
下载Your Daily Affirmations扩展crx文件
下载Your Daily Affirmations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Every new tab gives you a new positive affirmation to remind you of your inner strength & loveliness! Along with displaying the day & time, it also gives you a quick boost to uplift you during your long productive work days. 扩展基本信息
| 名称 | |
| ID | mbkialfngpbddhgcgmogmfblhjehnacg |
| 官方URL | https://chromewebstore.google.com/detail/your-daily-affirmations/mbkialfngpbddhgcgmogmfblhjehnacg |
| 简介 | Send some positive energy into every new tab! |
| 文件大小 | 18.17 KB |
| 安装次数 | 130 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-08-12 |
| 上架时间 | 2021-11-25 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | https://tanveer-khan.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Your Daily Affirmations",
"version": "2.0",
"description": "Send some positive energy into every new tab!",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "daily-affirmations.html"
},
"manifest_version": 3,
"icons": {
"16": "\/images\/extension_logo.png",
"32": "\/images\/extension_logo.png",
"48": "\/images\/extension_logo.png",
"128": "\/images\/extension_logo.png"
}
} | |