Pomodoro Clock

A simple Pomodoro Clock app that works on a desktop!

Apa itu Pomodoro Clock?

Pomodoro Clock adalah ekstensi Chrome yang dikembangkan oleh https://www.codehemu.com, dan fitur utamanya adalah "A simple Pomodoro Clock app that works on a desktop!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pomodoro Clock

Unduh file ekstensi Pomodoro Clock 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

                        Pomofocus is a customizable pomodoro timer that works on desktop & mobile browser. The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Codehemu.                    

Informasi Dasar Ekstensi

Nama Pomodoro Clock Pomodoro Clock
ID ekfhggljofnkhmiannmagaaaohohmfdh
URL Resmi https://chromewebstore.google.com/detail/pomodoro-clock/ekfhggljofnkhmiannmagaaaohohmfdh
Deskripsi A simple Pomodoro Clock app that works on a desktop!
Ukuran File 2.41 MB
Jumlah Instalasi 547
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-08-16
Tanggal Publikasi 2022-08-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.codehemu.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.codehemu.com/p/form.html
URL Halaman Kebijakan Privasi https://www.codehemu.com/p/privacy-policy.html
Bahasa yang Didukung en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.codehemu.com\/p\/donate.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "drum-pad",
    "version": "1.2"
}