T-Minus
Countdown Task Timer
ما هو T-Minus؟
T-Minus هو إضافة Chrome تم تطويرها بواسطة pharley64، والميزة الرئيسية لها هي "Countdown Task Timer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة T-Minus
قم بتنزيل ملفات الامتداد T-Minus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A countdown Timer, T-minus allows the user to enter a time, start the timer and store records for time worked for up to 31 days. It tracks time for a session, day and week. The user can also download records in a spreadsheet-friendly format. This tool was designed by an experienced search engine evaluator for task-based work.
The 'storage' permission is required to utilize HTML Local Storage. No personal data is collected or transferred to a 3rd party, and no login is required. All of your records are kept in-browser. معلومات أساسية عن التمديد
| الاسم | |
| ID | kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi |
| الوصف | Countdown Task Timer |
| حجم الملف | 545 KB |
| عدد التثبيتات | 77 |
| النسخة الحالية | 0.922 |
| آخر تحديث | 2023-05-20 |
| تاريخ النشر | 2022-04-27 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | pharley64 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | http://recogblog.com/help.html |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "T-Minus",
"description": "Countdown Task Timer",
"version": "0.922",
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"downloads"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/t_minus_16.png",
"32": "img\/t_minus_32.png",
"48": "img\/t_minus_48.png",
"128": "img\/t_minus_128.png"
}
},
"options_page": "options.html",
"icons": {
"16": "img\/t_minus_16.png",
"32": "img\/t_minus_32.png",
"48": "img\/t_minus_48.png",
"128": "img\/t_minus_128.png"
}
} | |