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 扩展基本信息
| 名称 | |
| 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"
}
} | |