Fry Tally

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

Fry Tallyคืออะไร?

Fry Tally เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sj และคุณลักษณะหลักของมันคือ "A new tab that tallies how many tabs you've opened... in french fries."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fry Tally

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}