CronTab.tech
Crontab - Everything you need to know about crontab is here !
Cos'è CronTab.tech?
CronTab.tech è un'estensione di Chrome sviluppata da https://crontab.tech, e la sua funzione principale è "Crontab - Everything you need to know about crontab is here !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CronTab.tech
Scarica i file di estensione CronTab.tech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CronTab.tech |
ID | dngojfdgpcbidokglkbkaiaohghdliho |
URL Ufficiale | https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho |
Descrizione | Crontab - Everything you need to know about crontab is here ! |
Dimensione del File | 4.43 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-19 |
Data di Pubblicazione | 2020-04-19 |
Sviluppatore | https://crontab.tech |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://crontab.tech |
Lingue Supportate | 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 } |