Motivation-huh?
Replace new tab page with Motivation
Motivation-huh?とは何ですか?
Motivation-huh?はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with Motivation」です。
拡張機能のスクリーンショット
Motivation-huh?拡張機能のCRXファイルをダウンロード
Motivation-huh?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
拡張機能の基本情報
名前 | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
公式URL | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
説明 | Replace new tab page with Motivation |
ファイルサイズ | 96.61 KB |
インストール数 | 22 |
現在のバージョン | 0.1 |
最終更新日 | 2014-12-26 |
公開日 | 2014-12-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | 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-huh?", "offline_enabled": true, "version": "0.1" } |