Tab Count
Displays the number of browser tabs
ما هو Tab Count؟
Tab Count هو إضافة Chrome تم تطويرها بواسطة gustass1، والميزة الرئيسية لها هي "Displays the number of browser tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Count
قم بتنزيل ملفات الامتداد Tab Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.
معلومات أساسية عن التمديد
الاسم | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
الوصف | Displays the number of browser tabs |
حجم الملف | 9.97 KB |
عدد التثبيتات | 338 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2023-05-17 |
تاريخ النشر | 2021-07-07 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | gustass1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Count", "description": "Displays the number of browser tabs", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" }, "permissions": [ "tabGroups" ] } |