Boomerang - A simple Tab Switcher

An easier way to switch between your most recent tabs.

Boomerang - A simple Tab Switcher là gì?

Boomerang - A simple Tab Switcher là một tiện ích mở rộng Chrome được phát triển bởi Mitchell Mark-George, và tính năng chính của nó là "An easier way to switch between your most recent tabs.".

Ả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 Boomerang - A simple Tab Switcher

Tải xuống các tệp mở rộng Boomerang - A simple Tab Switcher 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

                        Boomerang is a simple, lightweight and fast extension that allows you to switch between your previous and current tab at the speed of thought. Simply press Command + Shift + Left Arrow Key and you are back to your previous tab in seconds! (Note: use the Control key on Windows instead of Command). 

Why is the extension called Boomerang? Using the shortcut, you can “go” to your previous  tab and “return” back to the current one with incredible speed and ease, just like an actual boomerang!

This extension is perfect for all those times when you just want to go back to the last tab you were on but don’t know where exactly the tab is. With Boomerang, you can increase your productivity by using our simple shortcut to navigate quickly around your browser like never before. Boomerang is designed to integrate with and amplify your daily workflow in the simplest and best way possible so you can be more focused on all the tasks you have at hand.

If you would like to customize the shortcut used to switch between your previous and current tabs, simply go to chrome://extensions/shortcuts to change it.

If you would like to contribute to Boomerang, please head on over to https://github.com/MitchellMarkGeorge/Boomerang to get started.

Please leave us a review and some feedback so we can make continue to improve Boomerang and make it better for you!                    

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

Tên Boomerang - A simple Tab Switcher Boomerang - A simple Tab Switcher
ID cimdclgcnpbgikdnjenhanopochepihp
URL Chính Thức https://chromewebstore.google.com/detail/boomerang-a-simple-tab-sw/cimdclgcnpbgikdnjenhanopochepihp
Mô tả An easier way to switch between your most recent tabs.
Kích Thước Tệp 37.84 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-07-25
Ngày Phát Hành 2022-07-19
Nhà Phát Triển Mitchell Mark-George
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MitchellMarkGeorge/Boomerang
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boomerang - A simple Tab Switcher",
    "short_name": "Boomerang",
    "author": "Mitchell Mark-George",
    "version": "1.0.1",
    "description": "An easier way to switch between your most recent tabs.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "88",
    "action": {
        "48": "icons\/Boomerang Logo.png"
    },
    "icons": {
        "48": "icons\/Boomerang Logo.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "commands": {
        "boomerang": {
            "suggested_key": "Ctrl+Shift+Left",
            "description": "Switch between your current and pervious tabs"
        }
    }
}