Open a new tab on the right

Add a button to open the new tab on the right side of the new UI interface in Chrome 69.

Open a new tab on the right là gì?

Open a new tab on the right là một tiện ích mở rộng Chrome được phát triển bởi mifish, và tính năng chính của nó là "Add a button to open the new tab on the right side of the new UI interface in Chrome 69.".

Ả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 a new tab on the right

Tải xuống các tệp mở rộng Open a new tab on the right 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

                        Google has confirmed the material design as the default user interface for the official version of Chrome69, Chrome browser will usher in a new design of MD in September.
It includes a new address bar, label shape and label color.
The most unbearable one is that the button to open a new tab is adjusted from the right to the left.
Users who have enabled the new UI in the beta have said that this is very inconsistent with their operating habits, or even an "anti-human" design - whenever you want to open a new tab, you should avoid the delay. Bookmark page.
Similar to the Reopen Closed Tab, which recently closes the tab, opening a new tab on the right side adds a shortcut button to the extension bar on the right side of your browser, allowing you to open a new tab from the right.                    

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

Tên Open a new tab on the right Open a new tab on the right
ID dkbpkjhegfanacodkmfjeackckmehkfp
URL Chính Thức https://chromewebstore.google.com/detail/open-a-new-tab-on-the-rig/dkbpkjhegfanacodkmfjeackckmehkfp
Mô tả Add a button to open the new tab on the right side of the new UI interface in Chrome 69.
Kích Thước Tệp 35.2 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 18.8.24.1744
Cập Nhật Lần Cuối 2018-08-24
Ngày Phát Hành 2018-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mifish
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.yearnnewtab.com/public/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "icons": {
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "background": {
        "page": "background\/bg.html"
    },
    "browser_action": {
        "default_icon": {
            "96": "icon\/128.png"
        },
        "default_title": "__MSG_extname__"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "offline_enabled": true,
    "version": "18.8.24.1744",
    "minimum_chrome_version": "30"
}