Tabs Mania

Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.

Tabs Mania là gì?

Tabs Mania là một tiện ích mở rộng Chrome được phát triển bởi David Dias, và tính năng chính của nó là "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.".

Ả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 Tabs Mania

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

                        Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome.

★  What is Tabs Mania?

A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases!

★  Functionalities:

➤ Sort tabs by title
➤ Sort tabs by url
➤ Sort tabs by domain
➤ Move the current tab to a new window
➤ Merge all Chrome windows
➤ Close all tabs that are playing sounds                    

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

Tên Tabs Mania Tabs Mania
ID kpehljmacelghfpbkoajiigcaijjdogf
URL Chính Thức https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf
Mô tả Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2021-02-05
Nhà Phát Triển David Dias
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thedaviddias/tabs-mania
URL Trang Chính Sách Bảo Mật https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.",
    "version": "1.0.1",
    "name": "Tabs Mania",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-192.png"
    },
    "icons": {
        "192": "icon-192.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-192.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}