URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
什麼是URL Rotator?
URL Rotator是由urielfed開發的Chrome擴展程式,該擴展的主要功能是“This extension automatically switches between a list of URLs at a specified time interval”。
擴展截圖
下載URL Rotator擴展crx文件
下載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
擴展基本資訊
名稱 | URL Rotator |
ID | fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
官方網址 | 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" } } |