Interval Timer

It is a timer that can set the interval.

Τι είναι το Interval Timer;

Το Interval Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Takashi Suzuki, και η κύρια λειτουργία του είναι "It is a timer that can set the interval.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Interval Timer

Λήψη αρχείων επέκτασης Interval Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
Επίσημο URL https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Περιγραφή It is a timer that can set the interval.
Μέγεθος Αρχείου 367 KB
Αριθμός Εγκαταστάσεων 1,977
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2020-11-19
Ημερομηνία Δημοσίευσης 2020-04-26
Αξιολόγηση 4.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Takashi Suzuki
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/belltreeSzk/chrome-program-timer
Υποστηριζόμενες Γλώσσες 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"
    ]
}