Fry Tally

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

¿Qué es Fry Tally?

Fry Tally es una extensión de Chrome desarrollada por sj, y su función principal es "A new tab that tallies how many tabs you've opened... in french fries.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fry Tally

Descarga archivos de extensión Fry Tally en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
URL Oficial https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Descripción A new tab that tallies how many tabs you've opened... in french fries.
Tamaño del Archivo 12.35 KB
Cantidad de Instalaciones 91
Versión Actual 1.1.0
Última Actualización 2019-03-14
Fecha de Publicación 2019-03-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador sj
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}