Bookmarked tabs to the front

Brings newly created tabs of bookmarked links to the foreground.

Bookmarked tabs to the front là gì?

Bookmarked tabs to the front là một tiện ích mở rộng Chrome được phát triển bởi Wayne Davison, và tính năng chính của nó là "Brings newly created tabs of bookmarked links to the foreground.".

Ả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 Bookmarked tabs to the front

Tải xuống các tệp mở rộng Bookmarked tabs to the front 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

                        Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground.  A middle-click of an unbookmarked link will open in the background.

This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks.

Updates:

1.1.2: A minor tweak and a policy update.
1.1.1: Fixed to work in Chrome 79 (which moved the URL string).                    

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

Tên Bookmarked tabs to the front Bookmarked tabs to the front
ID mmllilpdpplbmjdjhlkagmimpgdflphb
URL Chính Thức https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb
Mô tả Brings newly created tabs of bookmarked links to the foreground.
Kích Thước Tệp 26.55 KB
Số Lần Cài Đặt 1,419
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2021-06-07
Ngày Phát Hành 2020-01-05
Đánh Giá 4.45/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Wayne Davison
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://opencoder.net/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Brings newly created tabs of bookmarked links to the foreground.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Bookmarked tabs to the front",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "version": "1.1.2"
}