Timer

Timer Chrome extention, by Pascal Pirate

Cos'è Timer?

Timer è un'estensione di Chrome sviluppata da Pascal Pirate, e la sua funzione principale è "Timer Chrome extention, by Pascal Pirate".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timer

Scarica i file di estensione Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
URL Ufficiale https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Descrizione Timer Chrome extention, by Pascal Pirate
Dimensione del File 819 KB
Conteggio Installazioni 20
Versione Corrente 3.2.1
Ultimo Aggiornamento 2017-03-15
Data di Pubblicazione 2017-03-15
Sviluppatore Pascal Pirate
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}