NextTab

A tool that automatically switches to the next tab in a list

Apa itu NextTab?

NextTab adalah ekstensi Chrome yang dikembangkan oleh saqfish, dan fitur utamanya adalah "A tool that automatically switches to the next tab in a list".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NextTab

Unduh file ekstensi NextTab 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

                        NextTab will let you select a list of open tabs and automatically switch between them on refresh.                    

Informasi Dasar Ekstensi

Nama NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
URL Resmi https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
Deskripsi A tool that automatically switches to the next tab in a list
Ukuran File 1.14 MB
Jumlah Instalasi 18
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2020-10-24
Tanggal Publikasi 2020-10-24
Pengembang saqfish
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/saqfish/NextTab
URL Halaman Bantuan https://github.com/saqfish/NextTab/issues
URL Halaman Kebijakan Privasi http://saqfish.com/mtb_policy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "NextTab",
    "short_name": "NextTab",
    "description": "A tool that automatically switches to the next tab in a list",
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "NextTab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}