MoTo
A clone of Momentum, with three new productivity features.
MoToとは何ですか?
MoToはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A clone of Momentum, with three new productivity features.」です。
拡張機能のスクリーンショット
MoTo拡張機能のCRXファイルをダウンロード
MoTo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enchance your new tab with a personalized dashboard. MoTo (FREE) comes with the following features: - Daily inspirational quotes and photos - Your location's current weather forecast - Your current time - A todo list to keep you organized - A pomodoro tracker to manage your time - an MIT feature to make you your get to your daily priorities
拡張機能の基本情報
名前 | MoTo |
ID | dphhdfamcpkbdkmjighbmocgpfpmnkbh |
公式URL | https://chromewebstore.google.com/detail/moto/dphhdfamcpkbdkmjighbmocgpfpmnkbh |
説明 | A clone of Momentum, with three new productivity features. |
ファイルサイズ | 20.28 MB |
インストール数 | 41 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-12-23 |
公開日 | 2019-12-16 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MoTo", "description": "A clone of Momentum, with three new productivity features.", "version": "1.0.0", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ], "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/modal.js", "js\/pomodoro.js", "js\/quote.js", "js\/time.js", "js\/todo.js", "js\/weather-app\/weather.js", "js\/weather-app\/config.js.secret", "js\/greeting\/greetings.js", "js\/greeting\/greetTypes.json", "js\/dynamicBackground\/bgList.js", "js\/dynamicBackground\/dynamic-bg.js", "js\/mit.js" ] } } |