CronTab.tech
Crontab - Everything you need to know about crontab is here !
CronTab.techคืออะไร?
CronTab.tech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crontab.tech และคุณลักษณะหลักของมันคือ "Crontab - Everything you need to know about crontab is here !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CronTab.tech
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |