Get Motivated
Let me motivate you everyday. I won't annoy you, I promise.
Get Motivatedとは何ですか?
Get MotivatedはRahul Kapoorによって開発されたChromeの拡張機能で、その主な機能は「Let me motivate you everyday. I won't annoy you, I promise.」です。
拡張機能のスクリーンショット
Get Motivated拡張機能のCRXファイルをダウンロード
Get Motivated拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*Note* Updated new tab page with a minimal non-intrusive UI and a new logo. "Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there. Install this small 50-60 kB extension and let me know by reviewing it once if you like it.
拡張機能の基本情報
名前 | Get Motivated |
ID | glpopnaifhjhcibncepibjbehblannde |
公式URL | https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde |
説明 | Let me motivate you everyday. I won't annoy you, I promise. |
ファイルサイズ | 46.4 KB |
インストール数 | 18 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-25 |
公開日 | 2018-03-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Rahul Kapoor |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rahul Kapoor", "short_name": "GetMotivated", "background": { "persistent": false, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Let me motivate you everyday. I won't annoy you, I promise.", "homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Get Motivated", "offline_enabled": true, "permissions": [ "storage" ], "version": "1.1" } |