Auto Tab Switcher
Automatically switches to the next tab every few seconds
ما هو Auto Tab Switcher؟
Auto Tab Switcher هو إضافة Chrome تم تطويرها بواسطة https://r2dsolutions.com، والميزة الرئيسية لها هي "Automatically switches to the next tab every few seconds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Tab Switcher
قم بتنزيل ملفات الامتداد Auto Tab Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Switcher is a Chrome extension that automatically switches between open tabs at a specified interval. With the ability to set a custom time interval for switching, this extension helps users efficiently navigate through their open tabs without wasting time or energy. The extension also includes a pop-up page with toggle buttons for easy on/off switching and the ability to customize the delay setting. Whether you're juggling multiple tabs for work or leisure, Tab Switcher helps streamline your browsing experience and boost productivity.
معلومات أساسية عن التمديد
الاسم | Auto Tab Switcher |
ID | mophipfldpoeeimgjfmcnidafjggmiko |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko |
الوصف | Automatically switches to the next tab every few seconds |
حجم الملف | 69.86 KB |
عدد التثبيتات | 11,702 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-03-23 |
تاريخ النشر | 2023-03-23 |
تقييم | 3.44/5 مجموع تقييمات 9 |
المطور | https://r2dsolutions.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://portfolio.r2dsolutions.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Tab Switcher", "description": "Automatically switches to the next tab every few seconds", "version": "1.0.0", "icons": { "16": "icon.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" } } |