How long?

Shows when you can leave!

ما هو How long?؟

How long? هو إضافة Chrome تم تطويرها بواسطة philippe.cade، والميزة الرئيسية لها هي "Shows when you can leave!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة How long?

قم بتنزيل ملفات الامتداد How long? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shows how long you need to work to reach 8:12 hours.

In ATOSS, open the "Time recording manually" window and press the clock icon.

Changes
version 0.4:
- addresses some issues when using time correction features
version 0.3:
- corrections after the latest ATOSS update
version 0.2:
- time including minutes < 10 are now correctly displayed
- in the morning, adds the 30 minutes mandatory break to the time and shows it                    

معلومات أساسية عن التمديد

الاسم How long? How long?
ID acabhgoaabcmalblcphdpbdcilpmafbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd
الوصف Shows when you can leave!
حجم الملف 42.21 KB
عدد التثبيتات 178
النسخة الحالية 0.4
آخر تحديث 2022-02-10
تاريخ النشر 2019-05-08
تقييم 4.75/5 مجموع تقييمات 4
المطور philippe.cade
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/philippecade/howlong
عنوان صفحة المساعدة https://github.com/philippecade/howlong/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "How long?",
    "version": "0.4",
    "description": "Shows when you can leave!",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "How long?",
        "default_icon": {
            "16": "howlong16.png",
            "32": "howlong32.png",
            "128": "howlong128.png"
        }
    },
    "manifest_version": 2
}