Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Apa itu Today?
Today adalah ekstensi Chrome yang dikembangkan oleh Tim Turner, dan fitur utamanya adalah "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Today
Unduh file ekstensi Today 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
Informasi Dasar Ekstensi
Nama | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
URL Resmi | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
Deskripsi | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
Ukuran File | 1.94 MB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2018-04-06 |
Tanggal Publikasi | 2018-04-06 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Tim Turner |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |