Fry Tally

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

Vad är Fry Tally?

Fry Tally är en Chrome-tillägg utvecklad av sj, och dess huvudfunktion är "A new tab that tallies how many tabs you've opened... in french fries.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Fry Tally-förlängningens CRX-fil

Ladda ner Fry Tally-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
Officiell webbadress https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
Beskrivning A new tab that tallies how many tabs you've opened... in french fries.
Filstorlek 12.35 KB
Antal Installationer 91
Aktuell Version 1.1.0
Senast Uppdaterad 2019-03-14
Publiceringsdatum 2019-03-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare sj
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}