NexTab

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

What is NexTab?

NexTab is a Chrome extension developed by https://nextab.co, and its main feature is "Open new tabs to the left or right of your active tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NexTab Extension CRX File

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

                        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.                    

Extension Basic Information

Name NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
Official URL https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
Description Open new tabs to the left or right of your active tab.
File Size 673 KB
Installation Count 113
Current Version 0.0.3
Last Updated 2020-06-01
Publish Date 2020-06-01
Rating 5.00/5 Total 2 Ratings
Developer https://nextab.co
Email [email protected]
Payment Type free
Extension Website https://nextab.co
Help Page URL https://nextab.co
Privacy Policy Page URL https://nextab.co
Supported Languages 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'"
}