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 |
| 官方網址 | 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"
}
} | |