CronTab.tech
Crontab - Everything you need to know about crontab is here !
Was ist CronTab.tech?
CronTab.tech ist eine Chrome-Erweiterung, die von https://crontab.tech entwickelt wurde, und ihr Hauptmerkmal ist "Crontab - Everything you need to know about crontab is here !".
Erweiterungsscreenshots
CronTab.tech-Erweiterungs-CRX-Datei herunterladen
Laden Sie CronTab.tech-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CronTab.tech |
ID | dngojfdgpcbidokglkbkaiaohghdliho |
Offizielle URL | https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho |
Beschreibung | Crontab - Everything you need to know about crontab is here ! |
Dateigröße | 4.43 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-04-19 |
Veröffentlichungsdatum | 2020-04-19 |
Entwickler | https://crontab.tech |
Zahlungsart | free |
Erweiterungswebsite | https://crontab.tech |
Unterstützte Sprachen | 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 } |