TabCounter

Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.

ما هو TabCounter؟

TabCounter هو إضافة Chrome تم تطويرها بواسطة melockchain، والميزة الرئيسية لها هي "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TabCounter

قم بتنزيل ملفات الامتداد TabCounter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tab Counter tracks the number of tabs:
- Currently open
- Opened today
- Left open from yesterday
- Days number of tabs have been left open
- Number of tabs opened since install of this extension                    

معلومات أساسية عن التمديد

الاسم TabCounter TabCounter
ID hocnnbmipielnggchdgobnliemdgpmai
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai
الوصف Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
حجم الملف 51.71 MB
عدد التثبيتات 33
النسخة الحالية 1.3
آخر تحديث 2022-12-02
تاريخ النشر 2022-05-19
تقييم 5.00/5 مجموع تقييمات 1
المطور melockchain
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabCounter",
    "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tab_count16.png",
            "32": "\/images\/tab_count32.png",
            "48": "\/images\/tab_count48.png",
            "128": "\/images\/tab_count128.png"
        }
    },
    "icons": {
        "16": "\/images\/tab_count16.png",
        "32": "\/images\/tab_count32.png",
        "48": "\/images\/tab_count48.png",
        "128": "\/images\/tab_count128.png"
    }
}