Fry Tally

A new tab that tallies how many tabs you've opened... in french fries.

Cos'è Fry Tally?

Fry Tally è un'estensione di Chrome sviluppata da sj, e la sua funzione principale è "A new tab that tallies how many tabs you've opened... in french fries.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fry Tally

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

                        Counts how many tabs you've opened... but with french fries. You can reset the count at any time and it'll save your previous totals, so you can see how many tabs you've devoured over time. You can also change the background and font color to match your own personal style.

Reasons to install this:
- track how many tabs you've opened in a day, an hour, or a week.
- get your daily dose of (virtual) french fry goodness.

See the code at: https://github.com/sajoy/fry-tally                    

Informazioni di Base sull'Estensione

Nome Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
URL Ufficiale https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Descrizione A new tab that tallies how many tabs you've opened... in french fries.
Dimensione del File 12.35 KB
Conteggio Installazioni 91
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-03-14
Data di Pubblicazione 2019-03-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore sj
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fry Tally",
    "version": "1.1.0",
    "author": "Sarah Joy Calpo",
    "description": "A new tab that tallies how many tabs you've opened... in french fries.",
    "background": {
        "scripts": [
            "newTab.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}