CronTab.tech

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

CronTab.tech क्या है?

CronTab.tech https://crontab.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crontab - Everything you need to know about crontab is here !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CronTab.tech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}