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
官方網址 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
}