PomoTab
A Pomodoro Timer in each new tab.
Apa itu PomoTab?
PomoTab adalah ekstensi Chrome yang dikembangkan oleh https://andyjgao.com, dan fitur utamanya adalah "A Pomodoro Timer in each new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PomoTab
Unduh file ekstensi PomoTab 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
This Chrome Extensions creates a new Pomodoro Timer with every new tab. The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes. This technique will help: - Handle interruptions - Improve motivation by improving the content of work - Create clear separations between work and play - Productivity
Informasi Dasar Ekstensi
Nama | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
URL Resmi | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
Deskripsi | A Pomodoro Timer in each new tab. |
Ukuran File | 505 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-05-05 |
Tanggal Publikasi | 2020-05-05 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://andyjgao.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://andyjgao.com/projects/pomotab |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PomoTab", "author": "Andy J Gao", "version": "1.0.1", "description": "A Pomodoro Timer in each new tab.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |