Fry Tally

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

Hvad er Fry Tally?

Fry Tally er en Chrome-udvidelse udviklet af sj, og dens hovedfunktion er "A new tab that tallies how many tabs you've opened... in french fries.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Fry Tally-udvidelses-CRX-fil

Download Fry Tally-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
Officiel URL https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Beskrivelse A new tab that tallies how many tabs you've opened... in french fries.
Filstørrelse 12.35 KB
Antal Installationer 91
Nuværende Version 1.1.0
Senest Opdateret 2019-03-14
Udgivelsesdato 2019-03-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler sj
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}