Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
ما هو Tab Counter؟
Tab Counter هو إضافة Chrome تم تطويرها بواسطة Drake Panzer، والميزة الرئيسية لها هي "Changes your new tab page to a counter that displays how many tabs you have opened today.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Counter
قم بتنزيل ملفات الامتداد Tab Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
معلومات أساسية عن التمديد
الاسم | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
الوصف | Changes your new tab page to a counter that displays how many tabs you have opened today. |
حجم الملف | 27.81 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-01-31 |
تاريخ النشر | 2017-01-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Drake Panzer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dpanzer.net |
عنوان صفحة المساعدة | https://dpanzer.net/contact |
عنوان صفحة سياسة الخصوصية | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |