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 扩展基本信息
| 名称 | |
| 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"
]
}
} | |