cronTab
Open the specified URL periodically.
cronTabคืออะไร?
cronTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oktasoft และคุณลักษณะหลักของมันคือ "Open the specified URL periodically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cronTab
ดาวน์โหลดไฟล์ส่วนขยาย cronTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
cronTab is a Chrome Extension which open the specified URL in a new tab at the specified time. Format: minute(0-59) hour(0-23) week(0-6) URL Aliases: {sun:0, mon:1, tue:2, wed:3, thu:4, fri:5, sat:6} Expressions: * all values , separate values - define ranges / step values Example 1: 30 12 * http://example.com "At 12:30, open example.com." Example 2: */5 9,17 1-5 http://example.net "At every 5th minute past hour 9 and 17 on every day from Monday through Friday, open example.net."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | cronTab |
ID | dfhpfenocaacimnhheepifmlklfephpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crontab/dfhpfenocaacimnhheepifmlklfephpn |
คำอธิบาย | Open the specified URL periodically. |
ขนาดไฟล์ | 17.33 KB |
จำนวนการติดตั้ง | 1,323 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-22 |
วันที่เผยแพร่ | 2019-01-25 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Oktasoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "cronTab", "version": "1.0.1", "description": "Open the specified URL periodically.", "icons": { "48": "icons\/cronTab-48.png", "96": "icons\/cronTab-96.png", "192": "icons\/cronTab-192.png" }, "permissions": [ "storage", "alarms" ], "action": { "default_icon": { "16": "icons\/cronTab-16.png", "32": "icons\/cronTab-32.png" }, "default_title": "cronTab", "default_popup": "options.html" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "background.js" } } |