Motivation
Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
什麼是Motivation?
Motivation是由Dmytrii Lysak開發的Chrome擴展程式,該擴展的主要功能是“Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.”。
擴展截圖
下載Motivation擴展crx文件
下載Motivation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/ 擴展基本資訊
| 名稱 | |
| ID | aliachjmgkelibfecomdccomahgpople |
| 官方網址 | https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople |
| 簡介 | Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. |
| 檔案大小 | 2.01 MB |
| 安裝次數 | 629 |
| 目前版本 | 0.6.6.1 |
| 更新時間 | 2024-01-22 |
| 上架時間 | 2020-06-07 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Dmytrii Lysak |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://motivation-new-tab.github.io/ |
| 說明頁面URL | https://github.com/Lysak/motivation/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"motivation.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "Motivation",
"offline_enabled": true,
"version": "0.6.6.1"
} | |