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 |
| Eメール | [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"
}
} | |