Open New Tab After Current Tab

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

Open New Tab After Current Tab là gì?

Open New Tab After Current Tab là một tiện ích mở rộng Chrome được phát triển bởi https://arnaudligny.fr, và tính năng chính của nó là "Opens new tab after the active tab, instead of last position.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open New Tab After Current Tab

Tải xuống các tệp mở rộng Open New Tab After Current Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open New Tab After Current Tab Open New Tab After Current Tab
ID mmcgnaachjapbbchcpjihhgjhpfcnoan
URL Chính Thức https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan
Mô tả Opens new tab after the active tab, instead of last position.
Kích Thước Tệp 12.24 KB
Số Lần Cài Đặt 5,147
Phiên Bản Hiện Tại 0.4.7
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2020-01-20
Đánh Giá 4.41/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://arnaudligny.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dev.ligny.org/Open-New-Tab-After-Current-Tab/
URL Trang Trợ Giúp https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}