Tab Counter
This extension will count and log how many tabs you have open
ما هو Tab Counter؟
Tab Counter هو إضافة Chrome تم تطويرها بواسطة daniel.barry، والميزة الرئيسية لها هي "This extension will count and log how many tabs you have open".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Counter
قم بتنزيل ملفات الامتداد Tab Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keep track of the number of tabs and windows you have open Shows the number of tabs and windows currently open and a graph of how many are open over time
معلومات أساسية عن التمديد
الاسم | Tab Counter |
ID | gnfjchpcjcgjechjnplhablhjdhdimmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf |
الوصف | This extension will count and log how many tabs you have open |
حجم الملف | 198 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-03-09 |
تاريخ النشر | 2021-03-09 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | daniel.barry |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "This extension will count and log how many tabs you have open", "version": "1.0.2", "background": { "scripts": [ "chart.js", "prototype.js", "script.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |