NextTab
A tool that automatically switches to the next tab in a list
Wat is NextTab?
NextTab is een Chrome-extensie ontwikkeld door saqfish, en de belangrijkste functie is "A tool that automatically switches to the next tab in a list".
Extensie Screenshots
Download het CRX-bestand van de extensie NextTab
Download NextTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
NextTab will let you select a list of open tabs and automatically switch between them on refresh.
Basisinformatie over de Extensie
Naam | NextTab |
ID | fnalnialandajhfaidhanakabnfbngij |
Officiële URL | https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij |
Beschrijving | A tool that automatically switches to the next tab in a list |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 18 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-10-24 |
Publicatiedatum | 2020-10-24 |
Ontwikkelaar | saqfish |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/saqfish/NextTab |
Help Pagina-URL | https://github.com/saqfish/NextTab/issues |
URL van de Privacybeleid Pagina | http://saqfish.com/mtb_policy.html |
Ondersteunde Talen | 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 } } |