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 !」です。
拡張機能のスクリーンショット
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 |
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 } |