NexTab

Open new tabs to the left or right of your active tab.

Wat is NexTab?

NexTab is een Chrome-extensie ontwikkeld door https://nextab.co, en de belangrijkste functie is "Open new tabs to the left or right of your active tab.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NexTab

Download NexTab-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

                        Ever been frustrated that new tabs open at the end of all your current tabs. Then this is for you. NexTab simply extends the default browser functionality for opening new tabs by opening them next to your current tab, instead of at the end. NexTab comes with two predefined shortcuts out of the box. Or if you'd prefer to customise them, open the popup and follow the link to add your own.                    

Basisinformatie over de Extensie

Naam NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
Officiële URL https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
Beschrijving Open new tabs to the left or right of your active tab.
Bestandsgrootte 673 KB
Aantal Installaties 113
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-06-01
Publicatiedatum 2020-06-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nextab.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nextab.co
Help Pagina-URL https://nextab.co
URL van de Privacybeleid Pagina https://nextab.co
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NexTab",
    "description": "Open new tabs to the left or right of your active tab.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "NexTab",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "open-right": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            },
            "description": "Opens new tabs to the right of your current tab"
        },
        "open-left": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T",
                "windows": "Alt+Shift+T"
            },
            "description": "Opens new tabs to the left of your current tab"
        }
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}