Fry Tally

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

O que é Fry Tally?

Fry Tally é uma extensão do Chrome desenvolvida por sj, e sua principal característica é "A new tab that tallies how many tabs you've opened... in french fries.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fry Tally

Baixe arquivos de extensão Fry Tally no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
URL Oficial https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Descrição A new tab that tallies how many tabs you've opened... in french fries.
Tamanho do Arquivo 12.35 KB
Contagem de Instalações 91
Versão Atual 1.1.0
Última Atualização 2019-03-14
Data de Publicação 2019-03-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor sj
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}