Motivation
Replace new tab page with Motivation
Motivationとは何ですか?
Motivationはmaccmanによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with Motivation」です。
拡張機能のスクリーンショット
Motivation拡張機能のCRXファイルをダウンロード
Motivation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces your 'new-tab' page with a real-time counter showing your current age. 拡張機能の基本情報
| 名前 | |
| ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
| 公式URL | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
| 説明 | Replace new tab page with Motivation |
| ファイルサイズ | 96.48 KB |
| インストール数 | 37,605 |
| 現在のバージョン | 0.6 |
| 最終更新日 | 2014-07-18 |
| 公開日 | 2014-07-17 |
| 評価 | 4.44/5 合計 412 レビュー |
| 開発者 | maccman |
| 支払い方法 | free |
| 対応言語 | 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 Motivation",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "Motivation",
"offline_enabled": true,
"version": "0.6"
} | |