Fry Tally

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

Qu'est-ce que Fry Tally ?

Fry Tally est une extension Chrome développée par sj, et sa fonction principale est "A new tab that tallies how many tabs you've opened... in french fries.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fry Tally

Téléchargez les fichiers d'extension Fry Tally au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
URL Officiel https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Description A new tab that tallies how many tabs you've opened... in french fries.
Taille du Fichier 12.35 KB
Nombre d'Installations 91
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-03-14
Date de Publication 2019-03-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur sj
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}