Fry Tally
A new tab that tallies how many tabs you've opened... in french fries.
What is Fry Tally?
Fry Tally is a Chrome extension developed by sj, and its main feature is "A new tab that tallies how many tabs you've opened... in french fries.".
Extension Screenshots
Download Fry Tally Extension CRX File
Download Fry Tally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Fry Tally |
ID | oapkdheokkamcpllihajojjmonfclfeo |
Official URL | https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo |
Description | A new tab that tallies how many tabs you've opened... in french fries. |
File Size | 12.35 KB |
Installation Count | 91 |
Current Version | 1.1.0 |
Last Updated | 2019-03-14 |
Publish Date | 2019-03-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sj |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |