Fry Tally
A new tab that tallies how many tabs you've opened... in french fries.
Co to jest Fry Tally?
Fry Tally to rozszerzenie Chrome opracowane przez sj, a jego główną funkcją jest „A new tab that tallies how many tabs you've opened... in french fries.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fry Tally
Pobierz pliki rozszerzeń Fry Tally w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Fry Tally |
ID | oapkdheokkamcpllihajojjmonfclfeo |
Oficjalny URL | https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo |
Opis | A new tab that tallies how many tabs you've opened... in french fries. |
Rozmiar pliku | 12.35 KB |
Liczba instalacji | 91 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2019-03-14 |
Data Publikacji | 2019-03-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | sj |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |