NexTab

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

Co je NexTab?

NexTab je rozšíření Chrome vyvinuté https://nextab.co, a jeho hlavní funkcí je „Open new tabs to the left or right of your active tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NexTab

Stáhněte si soubory rozšíření NexTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NexTab NexTab
ID okknollmafgigeimghbepomindhjnabj
Oficiální URL https://chromewebstore.google.com/detail/nextab/okknollmafgigeimghbepomindhjnabj
Popis Open new tabs to the left or right of your active tab.
Velikost souboru 673 KB
Počet instalací 113
Aktuální Verze 0.0.3
Poslední Aktualizace 2020-06-01
Datum Vydání 2020-06-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://nextab.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://nextab.co
URL Stránky Nápovědy https://nextab.co
URL Stránky Zásad Ochrany Soukromí https://nextab.co
Podporované Jazyky 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'"
}