NextTab

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

Qu'est-ce que NextTab ?

NextTab est une extension Chrome développée par saqfish, et sa fonction principale est "A tool that automatically switches to the next tab in a list".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NextTab

Téléchargez les fichiers d'extension NextTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
URL Officiel https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
Description A tool that automatically switches to the next tab in a list
Taille du Fichier 1.14 MB
Nombre d'Installations 18
Version Actuelle 0.0.3
Dernière Mise à Jour 2020-10-24
Date de Publication 2020-10-24
Développeur saqfish
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/saqfish/NextTab
URL de la Page d'Aide https://github.com/saqfish/NextTab/issues
URL de la Page de Politique de Confidentialité http://saqfish.com/mtb_policy.html
Langues Prises en Charge 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
    }
}