New Tab Page Counter
Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
ما هو New Tab Page Counter؟
New Tab Page Counter هو إضافة Chrome تم تطويرها بواسطة Beaver، والميزة الرئيسية لها هي "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Page Counter
قم بتنزيل ملفات الامتداد New Tab Page Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page. New Tab Page Counter is very customizable. You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened. This widget requires Awesome New Tab Page to work. Without Awesome New Tab Page this widget does nothing. You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.
معلومات أساسية عن التمديد
الاسم | New Tab Page Counter |
ID | dfcpeeodhadpkndehphebgcajckcdgka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka |
الوصف | Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed! |
حجم الملف | 709 KB |
عدد التثبيتات | 402 |
النسخة الحالية | 1 |
آخر تحديث | 2013-11-06 |
تاريخ النشر | 2013-11-06 |
تقييم | 4.11/5 مجموع تقييمات 9 |
المطور | Beaver |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Page Counter", "web_accessible_resources": [ "widget.html", "index.html", "options.html" ], "options_page": "settings.html", "background": { "page": "background2.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1", "description": "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!", "icons": { "128": "newicon.png" } } |