URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
URL Rotator क्या है?
URL Rotator urielfed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically switches between a list of URLs at a specified time interval"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Rotator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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"
}
} | |