Fry Tally

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

Was ist Fry Tally?

Fry Tally ist eine Chrome-Erweiterung, die von sj entwickelt wurde, und ihr Hauptmerkmal ist "A new tab that tallies how many tabs you've opened... in french fries.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Fry Tally-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fry Tally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
Offizielle URL https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Beschreibung A new tab that tallies how many tabs you've opened... in french fries.
Dateigröße 12.35 KB
Installationsanzahl 91
Aktuelle Version 1.1.0
Letztes Update 2019-03-14
Veröffentlichungsdatum 2019-03-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler sj
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}