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 |
| 官方網址 | 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"
]
}
} | |