Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Τι είναι το Timer: the Simple Timer;

Το Timer: the Simple Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον valya.situation, και η κύρια λειτουργία του είναι "A simple,minimalist 25 minutes timer.".

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

screenshot
screenshot
screenshot

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

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

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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

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

Όνομα Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
Επίσημο URL https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Περιγραφή A simple,minimalist 25 minutes timer.
Μέγεθος Αρχείου 100 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2019-08-03
Ημερομηνία Δημοσίευσης 2019-08-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής valya.situation
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}