TabOrganizer

This extension provides quick actions to manage tabs.

TabOrganizer là gì?

TabOrganizer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension provides quick actions to manage tabs.".

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

screenshot
screenshot

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

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

                        Simple Chrome extension to manage tabs. Offers the follow commands:

- Sort By Title
    - Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
    - Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
    - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
    - Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
    - Creates a new window with the current tab.                    

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

Tên TabOrganizer TabOrganizer
ID pihippcgjjgehpboiemeenhclbohhblo
URL Chính Thức https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo
Mô tả This extension provides quick actions to manage tabs.
Kích Thước Tệp 21.05 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 2020-05-14
Ngày Phát Hành 2020-05-13
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/adrum/chrome-tab-organizer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabOrganizer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension provides quick actions to manage tabs.",
    "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TabOrganizer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}