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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}