Recent Tabs

Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!

Recent Tabs là gì?

Recent Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://jasonsavard.com, và tính năng chính của nó là "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent Tabs

Tải xuống các tệp mở rộng Recent Tabs 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

                        Just like using Alt+Tab for Windows except now for your browser tabs. Use Ctrl+Tab or Ctrl+Q or Ctrl+`(~) or assign your own shortcut key for swapping back and forth between your last viewed tabs.                    

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

Tên Recent Tabs Recent Tabs
ID ocllfmhjhfmogablefmibmjcodggknml
URL Chính Thức https://chromewebstore.google.com/detail/recent-tabs/ocllfmhjhfmogablefmibmjcodggknml
Mô tả Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!
Kích Thước Tệp 29.33 KB
Số Lần Cài Đặt 26,175
Phiên Bản Hiện Tại 3.4
Cập Nhật Lần Cuối 2023-09-07
Ngày Phát Hành 2018-02-21
Đánh Giá 3.50/5 Tổng số 331 Đánh Giá
Nhà Phát Triển https://jasonsavard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jasonsavard.com
URL Trang Trợ Giúp https://jasonsavard.com/wiki/Recent_Tabs
URL Trang Chính Sách Bảo Mật https://jasonsavard.com/wiki/Permissions_and_privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Tabs",
    "version": "3.4",
    "description": "Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own!",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "toggleTabs": {
            "suggested_key": {
                "default": "Ctrl+Tab",
                "mac": "MacCtrl+Tab"
            },
            "description": "Toggle between the last 2 recent tabs"
        }
    },
    "manifest_version": 3
}