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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |