Daily Motivation - Motivational Quotes
Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.
Daily Motivation - Motivational Quotesとは何ですか?
Daily Motivation - Motivational QuotesはAta Gowaniによって開発されたChromeの拡張機能で、その主な機能は「Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.」です。
拡張機能のスクリーンショット
Daily Motivation - Motivational Quotes拡張機能のCRXファイルをダウンロード
Daily Motivation - Motivational Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start every new search with motivation! This extension will show a new motivational quote every time you open a new tab! Get motivated and enjoy a new and beautiful looking tab.
"Shower and motivation don't last forever that's why it's recommended daily."
NEWEST UPDATES!!
-> More quotes!
** For the nerds: https://github.com/AtaGowani/Daily-Motivation ** 拡張機能の基本情報
| 名前 | |
| ID | nonnkklkpbokmppgochfdamhihaijdin |
| 公式URL | https://chromewebstore.google.com/detail/daily-motivation-motivati/nonnkklkpbokmppgochfdamhihaijdin |
| 説明 | Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab. |
| ファイルサイズ | 702 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 2.4.13 |
| 最終更新日 | 2018-12-21 |
| 公開日 | 2018-12-21 |
| 評価 | 4.74/5 合計 90 レビュー |
| 開発者 | Ata Gowani |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://atagowani.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Daily Motivation - Motivational Quotes",
"version": "2.4.13",
"description": "Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |