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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |