CronTab.tech

Crontab - Everything you need to know about crontab is here !

ما هو CronTab.tech؟

CronTab.tech هو إضافة Chrome تم تطويرها بواسطة https://crontab.tech، والميزة الرئيسية لها هي "Crontab - Everything you need to know about crontab is here !".

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

screenshot

تحميل ملف CRX للإضافة CronTab.tech

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

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

                        Cron is a time based Job scheduler in Linux or Unix Computer Operating system, using which the user can setup and schedule the Scripts to run periodically at fixed time.

Crontab.tech captures and provides all details required to write and debug crontab expressions.                    

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

الاسم CronTab.tech CronTab.tech
ID dngojfdgpcbidokglkbkaiaohghdliho
عنوان URL الرسمي https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho
الوصف Crontab - Everything you need to know about crontab is here !
حجم الملف 4.43 KB
عدد التثبيتات 36
النسخة الحالية 1.0
آخر تحديث 2020-04-19
تاريخ النشر 2020-04-19
المطور https://crontab.tech
نوع الدفع free
موقع الإضافة https://crontab.tech
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CronTab.tech",
    "start_url": "https:\/\/crontab.tech",
    "version": "1.0",
    "description": "Crontab - Everything you need to know about crontab is here !",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "title": "CronTab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}