Timer Mulp

Make Timer great again.

ما هو Timer Mulp؟

Timer Mulp هو إضافة Chrome تم تطويرها بواسطة Gilnom، والميزة الرئيسية لها هي "Make Timer great again.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Timer Mulp

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

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

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

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

الاسم Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
الوصف Make Timer great again.
حجم الملف 3.68 MB
عدد التثبيتات 47
النسخة الحالية 1.2
آخر تحديث 2020-10-24
تاريخ النشر 2019-07-30
المطور Gilnom
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}