URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
URL Rotatorคืออะไร?
URL Rotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย urielfed และคุณลักษณะหลักของมันคือ "This extension automatically switches between a list of URLs at a specified time interval"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Rotator
ดาวน์โหลดไฟล์ส่วนขยาย URL Rotator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
URL Rotator 🔁
This extension automatically switches between a list of URLs at a specified time interval
✅ Ideal for scrum masters to show dashboards on the monitor
✅ Saves time to change manually the URL in the tab
✅ Engages the monitors in open spaces
Source Code: https://github.com/UrielZohar/URL-Rotator
Youtube: https://www.youtube.com/watch?v=kFuQrcevbJo
Version 1.03 -
* Custom list
Version 1.02 -
* List of URL's by subject ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
| คำอธิบาย | This extension automatically switches between a list of URLs at a specified time interval |
| ขนาดไฟล์ | 32.41 KB |
| จำนวนการติดตั้ง | 415 |
| เวอร์ชันปัจจุบัน | 1.03 |
| อัปเดตครั้งล่าสุด | 2023-11-26 |
| วันที่เผยแพร่ | 2023-01-25 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | urielfed |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "URL Rotator",
"description": "This extension automatically switches between a list of URLs at a specified time interval",
"version": "1.03",
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "URL Rotator"
},
"icons": {
"16": "icons\/disabled_icon_16.png",
"32": "icons\/enabled_icon_32.png",
"48": "icons\/enabled_icon_48.png",
"128": "icons\/enabled_icon_128.png"
}
} | |