Timer

Timer Chrome extention, by Pascal Pirate

Τι είναι το Timer;

Το Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pascal Pirate, και η κύρια λειτουργία του είναι "Timer Chrome extention, by Pascal Pirate".

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

screenshot
screenshot
screenshot

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

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

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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

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

Όνομα Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Επίσημο URL https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Περιγραφή Timer Chrome extention, by Pascal Pirate
Μέγεθος Αρχείου 819 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 3.2.1
Τελευταία Ενημέρωση 2017-03-15
Ημερομηνία Δημοσίευσης 2017-03-15
Προγραμματιστής Pascal Pirate
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}