Open New Tab After Current Tab

Opens new tab after the active tab, instead of last position.

Co je Open New Tab After Current Tab?

Open New Tab After Current Tab je rozšíření Chrome vyvinuté https://arnaudligny.fr, a jeho hlavní funkcí je „Opens new tab after the active tab, instead of last position.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open New Tab After Current Tab

Stáhněte si soubory rozšíření Open New Tab After Current Tab 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í

                        By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.                    

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

Název Open New Tab After Current Tab Open New Tab After Current Tab
ID mmcgnaachjapbbchcpjihhgjhpfcnoan
Oficiální URL https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan
Popis Opens new tab after the active tab, instead of last position.
Velikost souboru 12.24 KB
Počet instalací 5,147
Aktuální Verze 0.4.7
Poslední Aktualizace 2024-01-17
Datum Vydání 2020-01-20
Hodnocení 4.41/5 Celkem 29 Hodnocení
Vývojář https://arnaudligny.fr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dev.ligny.org/Open-New-Tab-After-Current-Tab/
URL Stránky Nápovědy https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open New Tab After Current Tab",
    "version": "0.4.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/",
    "author": "Arnaud Ligny",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    }
}