Tab Counter
Shows the amount of tabs you've created on every new tab.
ما هو Tab Counter؟
Tab Counter هو إضافة Chrome تم تطويرها بواسطة metarmask، والميزة الرئيسية لها هي "Shows the amount of tabs you've created on every new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Counter
قم بتنزيل ملفات الامتداد Tab Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
معلومات أساسية عن التمديد
الاسم | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
الوصف | Shows the amount of tabs you've created on every new tab. |
حجم الملف | 16.79 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 2.0 |
آخر تحديث | 2016-07-23 |
تاريخ النشر | 2016-07-23 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | metarmask |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |