CronTab.tech

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

什么是CronTab.tech?

CronTab.tech是由https://crontab.tech开发的Chrome扩展程序,该扩展的主要功能是“Crontab - Everything you need to know about crontab is here !”。

扩展截图

screenshot

下载CronTab.tech扩展crx文件

下载CronTab.tech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CronTab.tech CronTab.tech
ID dngojfdgpcbidokglkbkaiaohghdliho
官方URL https://chromewebstore.google.com/detail/crontabtech/dngojfdgpcbidokglkbkaiaohghdliho
简介 Crontab - Everything you need to know about crontab is here !
文件大小 4.43 KB
安装次数 36
当前版本 1.0
更新时间 2020-04-19
上架时间 2020-04-19
开发者 https://crontab.tech
付费类型 free
扩展官网 https://crontab.tech
支持的语言 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
}