Auto Tab Switcher

Automatically switches to the next tab every few seconds

Apa itu Auto Tab Switcher?

Auto Tab Switcher adalah ekstensi Chrome yang dikembangkan oleh https://r2dsolutions.com, dan fitur utamanya adalah "Automatically switches to the next tab every few seconds".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Tab Switcher

Unduh file ekstensi Auto Tab Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Tab Switcher Auto Tab Switcher
ID mophipfldpoeeimgjfmcnidafjggmiko
URL Resmi https://chromewebstore.google.com/detail/auto-tab-switcher/mophipfldpoeeimgjfmcnidafjggmiko
Deskripsi Automatically switches to the next tab every few seconds
Ukuran File 69.86 KB
Jumlah Instalasi 11,702
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-03-23
Tanggal Publikasi 2023-03-23
Penilaian 3.44/5 Total 9 Penilaian
Pengembang https://r2dsolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://portfolio.r2dsolutions.com
Bahasa yang Didukung 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"
    }
}