NextTab
A tool that automatically switches to the next tab in a list
Hvad er NextTab?
NextTab er en Chrome-udvidelse udviklet af saqfish, og dens hovedfunktion er "A tool that automatically switches to the next tab in a list".
Udvidelsesskærmbilleder
Download NextTab-udvidelses-CRX-fil
Download NextTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
NextTab will let you select a list of open tabs and automatically switch between them on refresh.
Grundlæggende oplysninger om udvidelsen
Navn | NextTab |
ID | fnalnialandajhfaidhanakabnfbngij |
Officiel URL | https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij |
Beskrivelse | A tool that automatically switches to the next tab in a list |
Filstørrelse | 1.14 MB |
Antal Installationer | 18 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2020-10-24 |
Udgivelsesdato | 2020-10-24 |
Udvikler | saqfish |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/saqfish/NextTab |
Hjælpeside-URL | https://github.com/saqfish/NextTab/issues |
URL til Fortrolighedspolitik Side | http://saqfish.com/mtb_policy.html |
Understøttede Sprog | 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 } } |