CronTab.tech

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

Qu'est-ce que CronTab.tech ?

CronTab.tech est une extension Chrome développée par https://crontab.tech, et sa fonction principale est "Crontab - Everything you need to know about crontab is here !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CronTab.tech

Téléchargez les fichiers d'extension CronTab.tech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CronTab.tech CronTab.tech
ID dngojfdgpcbidokglkbkaiaohghdliho
URL Officiel https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho
Description Crontab - Everything you need to know about crontab is here !
Taille du Fichier 4.43 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2020-04-19
Date de Publication 2020-04-19
Développeur https://crontab.tech
Type de Paiement free
Site Web de l'Extension https://crontab.tech
Langues Prises en Charge 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
}