Fry Tally

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

什么是Fry Tally?

Fry Tally是由sj开发的Chrome扩展程序,该扩展的主要功能是“A new tab that tallies how many tabs you've opened... in french fries.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Fry Tally扩展crx文件

下载Fry Tally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Fry Tally Fry Tally
ID oapkdheokkamcpllihajojjmonfclfeo
官方URL https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo
简介 A new tab that tallies how many tabs you've opened... in french fries.
文件大小 12.35 KB
安装次数 91
当前版本 1.1.0
更新时间 2019-03-14
上架时间 2019-03-14
评分 5.00/5 共2次评分
开发者 sj
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}