CronTab.tech
Crontab - Everything you need to know about crontab is here !
What is CronTab.tech?
CronTab.tech is a Chrome extension developed by https://crontab.tech, and its main feature is "Crontab - Everything you need to know about crontab is here !".
Extension Screenshots
Download CronTab.tech Extension CRX File
Download CronTab.tech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CronTab.tech |
ID | dngojfdgpcbidokglkbkaiaohghdliho |
Official URL | https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho |
Description | Crontab - Everything you need to know about crontab is here ! |
File Size | 4.43 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2020-04-19 |
Publish Date | 2020-04-19 |
Developer | https://crontab.tech |
Payment Type | free |
Extension Website | https://crontab.tech |
Supported Languages | 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 } |