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
官方網址 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"
    }
}