Fry Tally
A new tab that tallies how many tabs you've opened... in french fries.
Apa itu Fry Tally?
Fry Tally adalah ekstensi Chrome yang dikembangkan oleh sj, dan fitur utamanya adalah "A new tab that tallies how many tabs you've opened... in french fries.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fry Tally
Unduh file ekstensi Fry Tally dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Fry Tally |
ID | oapkdheokkamcpllihajojjmonfclfeo |
URL Resmi | https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo |
Deskripsi | A new tab that tallies how many tabs you've opened... in french fries. |
Ukuran File | 12.35 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2019-03-14 |
Tanggal Publikasi | 2019-03-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | sj |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |