Daily Motivation
Replace new tab page with Daily Motivation
Daily Motivationとは何ですか?
Daily Motivationはaarohmankadによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with Daily Motivation」です。
拡張機能のスクリーンショット
Daily Motivation拡張機能のCRXファイルをダウンロード
Daily Motivation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day. It feels like you're always competing on the clock to get your tasks done!
拡張機能の基本情報
名前 | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
公式URL | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
説明 | Replace new tab page with Daily Motivation |
ファイルサイズ | 62.54 KB |
インストール数 | 700 |
現在のバージョン | 0.15 |
最終更新日 | 2017-06-21 |
公開日 | 2017-06-20 |
評価 | 4.08/5 合計 13 レビュー |
開発者 | aarohmankad |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.github.com/aarohmankad/motivation |
ヘルプページのURL | http://www.github.com/aarohmankad/motivation |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Daily Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Daily Motivation", "offline_enabled": true, "version": "0.15" } |