CronTab.tech
Crontab - Everything you need to know about crontab is here !
O que é CronTab.tech?
CronTab.tech é uma extensão do Chrome desenvolvida por https://crontab.tech, e sua principal característica é "Crontab - Everything you need to know about crontab is here !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CronTab.tech
Baixe arquivos de extensão CronTab.tech no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CronTab.tech |
ID | dngojfdgpcbidokglkbkaiaohghdliho |
URL Oficial | https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho |
Descrição | Crontab - Everything you need to know about crontab is here ! |
Tamanho do Arquivo | 4.43 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-19 |
Data de Publicação | 2020-04-19 |
Desenvolvedor | https://crontab.tech |
Tipo de Pagamento | free |
Site da Extensão | https://crontab.tech |
Idiomas Suportados | 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 } |