Interval Timer

It is a timer that can set the interval.

Apa itu Interval Timer?

Interval Timer adalah ekstensi Chrome yang dikembangkan oleh Takashi Suzuki, dan fitur utamanya adalah "It is a timer that can set the interval.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Interval Timer

Unduh file ekstensi Interval Timer 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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

Informasi Dasar Ekstensi

Nama Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
URL Resmi https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Deskripsi It is a timer that can set the interval.
Ukuran File 367 KB
Jumlah Instalasi 1,977
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2020-11-19
Tanggal Publikasi 2020-04-26
Penilaian 4.91/5 Total 11 Penilaian
Pengembang Takashi Suzuki
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/belltreeSzk/chrome-program-timer
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}