MoTo
A clone of Momentum, with three new productivity features.
Apa itu MoTo?
MoTo adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A clone of Momentum, with three new productivity features.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MoTo
Unduh file ekstensi MoTo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | MoTo |
ID | dphhdfamcpkbdkmjighbmocgpfpmnkbh |
URL Resmi | https://chromewebstore.google.com/detail/moto/dphhdfamcpkbdkmjighbmocgpfpmnkbh |
Deskripsi | A clone of Momentum, with three new productivity features. |
Ukuran File | 20.28 MB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-12-23 |
Tanggal Publikasi | 2019-12-16 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |