Motivation (devm33 fork)
Replace new tab page with Motivation
Motivation (devm33 fork)とは何ですか?
Motivation (devm33 fork)はdevm33によって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with Motivation」です。
拡張機能のスクリーンショット
Motivation (devm33 fork)拡張機能のCRXファイルをダウンロード
Motivation (devm33 fork)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays a counter of your age in years to eight decimal places on the new tab page. Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.
拡張機能の基本情報
名前 | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
公式URL | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
説明 | Replace new tab page with Motivation |
ファイルサイズ | 323 KB |
インストール数 | 165 |
現在のバージョン | 0.5 |
最終更新日 | 2014-11-16 |
公開日 | 2014-11-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | devm33 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/devm33/motivation |
ヘルプページのURL | https://github.com/devm33/motivation |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "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 (devm33 fork)", "offline_enabled": true, "version": "0.5" } |