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 |
| 公式URL | 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 |
| Eメール | [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"
} | |