Fry Tally

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

Wat is Fry Tally?

Fry Tally is een Chrome-extensie ontwikkeld door sj, en de belangrijkste functie is "A new tab that tallies how many tabs you've opened... in french fries.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fry Tally

Download Fry Tally-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
Officiële URL https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Beschrijving A new tab that tallies how many tabs you've opened... in french fries.
Bestandsgrootte 12.35 KB
Aantal Installaties 91
Huidige Versie 1.1.0
Laatst Bijgewerkt 2019-03-14
Publicatiedatum 2019-03-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sj
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}