Tab Counter

Keeps a running count of open tabs and windows.

ما هو Tab Counter؟

Tab Counter هو إضافة Chrome تم تطويرها بواسطة nog642، والميزة الرئيسية لها هي "Keeps a running count of open tabs and windows.".

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

screenshot

تحميل ملف CRX للإضافة Tab Counter

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

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

                        Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window.

Also has an option to export your tabs as a JSON file.                    

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

الاسم Tab Counter Tab Counter
ID phojeebfjglippdniiejmfclojgbmedd
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd
الوصف Keeps a running count of open tabs and windows.
حجم الملف 7.97 KB
عدد التثبيتات 192
النسخة الحالية 0.4.5.0
آخر تحديث 2021-04-28
تاريخ النشر 2021-04-25
تقييم 3.00/5 مجموع تقييمات 2
المطور nog642
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gitlab.com/nog642/chrome-tab-counter
عنوان صفحة المساعدة https://gitlab.com/nog642/chrome-tab-counter/-/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Counter",
    "version": "0.4.5.0",
    "description": "Keeps a running count of open tabs and windows.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "optional_permissions": [
        "tabs"
    ]
}