Tally

This extension keeps labeled tallies of whatever your heart desires to count.

Cos'è Tally?

Tally è un'estensione di Chrome sviluppata da tygcrawford, e la sua funzione principale è "This extension keeps labeled tallies of whatever your heart desires to count.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tally

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

                        Tally is an extension where you can tally anything you want.                    

Informazioni di Base sull'Estensione

Nome Tally Tally
ID hccooeompfobeabappalgmgikeepngme
URL Ufficiale https://chrome.google.com/webstore/detail/tally/hccooeompfobeabappalgmgikeepngme
Descrizione This extension keeps labeled tallies of whatever your heart desires to count.
Dimensione del File 3.83 MB
Conteggio Installazioni 1,537
Versione Corrente 1.2.1
Ultimo Aggiornamento 2017-05-24
Data di Pubblicazione 2017-05-24
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore tygcrawford
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tally",
    "description": "This extension keeps labeled tallies of whatever your heart desires to count.",
    "version": "1.2.1",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    }
}