Load URLs At Interval
'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Load URLs At Intervalคืออะไร?
Load URLs At Interval เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gunjan Garge และคุณลักษณะหลักของมันคือ "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Load URLs At Interval
ดาวน์โหลดไฟล์ส่วนขยาย Load URLs At Interval ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically load URLs from a list in same tab at a given interval. Steps: 1. Provide list of comma separated URLs in text box. 2. Provide interval in seconds. 3. Click on "START" URLs in the list will be loaded in the tab one by one after "interval" seconds. To stop, click on "STOP".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Load URLs At Interval |
ID | kjmjbefknmdpnikmlmcimdpnhlopbjac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac |
คำอธิบาย | 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 1,737 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-12-16 |
วันที่เผยแพร่ | 2019-12-16 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Gunjan Garge |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Load URLs At Interval" }, "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Load URLs At Interval", "version": "1.0.0" } |