Pomodoro Edit
Notification for Pomodoro Edit
Apa itu Pomodoro Edit?
Pomodoro Edit adalah ekstensi Chrome yang dikembangkan oleh Seito Tanaka, dan fitur utamanya adalah "Notification for Pomodoro Edit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pomodoro Edit
Unduh file ekstensi Pomodoro Edit 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
You can run Pomodoro Timer from your favorite text editor. This extension can be used for: * Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications. * Remaining time is displayed on the icon badge, so you can focus on the task. Currently supported text editor: VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit
Informasi Dasar Ekstensi
Nama | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
URL Resmi | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Deskripsi | Notification for Pomodoro Edit |
Ukuran File | 228 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 3.0.3 |
Terakhir Diperbarui | 2022-01-02 |
Tanggal Publikasi | 2020-05-14 |
Pengembang | Seito Tanaka |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/seachicken/pomodoro-edit-webext |
URL Halaman Bantuan | https://github.com/seachicken/pomodoro-edit-webext/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Edit", "description": "Notification for Pomodoro Edit", "version": "3.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "notifications" ], "host_permissions": [ "*:\/\/localhost\/" ] } |