Counter

A helpful, counting trio. Includes a tally counter, stopwatch, and timer.

Cos'è Counter?

Counter è un'estensione di Chrome sviluppata da https://www.countereverything.com, e la sua funzione principale è "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Counter

Scarica i file di estensione Counter 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

                        Click anywhere or use your spacebar or enter key to keep a tally count. Start, stop, and reset a stopwatch measuring a detailed time. Add your own time up to one hour to start a countdown timer.                    

Informazioni di Base sull'Estensione

Nome Counter Counter
ID imkmehkgdebfbiefhjdhcdcaamkhkjin
URL Ufficiale https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin
Descrizione A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
Dimensione del File 63.23 KB
Conteggio Installazioni 241
Versione Corrente 1.0.3.2
Ultimo Aggiornamento 2020-07-15
Data di Pubblicazione 2020-06-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.countereverything.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.countereverything.com
URL della Pagina di Aiuto https://www.madebysnacks.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counter",
    "description": "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.",
    "version": "1.0.3.2",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_popup": "popup.html"
    }
}