NextTab

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

What is NextTab?

NextTab is a Chrome extension developed by saqfish, and its main feature is "A tool that automatically switches to the next tab in a list".

Extension Screenshots

screenshot

Download NextTab Extension CRX File

Download NextTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
Official URL https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
Description A tool that automatically switches to the next tab in a list
File Size 1.14 MB
Installation Count 18
Current Version 0.0.3
Last Updated 2020-10-24
Publish Date 2020-10-24
Developer saqfish
Email [email protected]
Payment Type free
Extension Website https://github.com/saqfish/NextTab
Help Page URL https://github.com/saqfish/NextTab/issues
Privacy Policy Page URL http://saqfish.com/mtb_policy.html
Supported Languages 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
    }
}