CronTab.tech

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

Wat is CronTab.tech?

CronTab.tech is een Chrome-extensie ontwikkeld door https://crontab.tech, en de belangrijkste functie is "Crontab - Everything you need to know about crontab is here !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CronTab.tech

Download CronTab.tech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CronTab.tech CronTab.tech
ID dngojfdgpcbidokglkbkaiaohghdliho
Officiële URL https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho
Beschrijving Crontab - Everything you need to know about crontab is here !
Bestandsgrootte 4.43 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2020-04-19
Publicatiedatum 2020-04-19
Ontwikkelaar https://crontab.tech
Betalingswijze free
Extensiewebsite https://crontab.tech
Ondersteunde Talen 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
}