Organize Windows and Tabs

Organize Windows and Tabs

Organize Windows and Tabs là gì?

Organize Windows and Tabs là một tiện ích mở rộng Chrome được phát triển bởi Fatih Doğan, và tính năng chính của nó là "Organize Windows and 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 Organize Windows and Tabs

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

                        This extension adds these actions:
*	Merge windows and sort tabs:    
	Merge all windows on target window, and sorts all tabs according to tab url alphabetically.
*	Merge windows:    
	Merge all windows on target window.
*	Sort tabs:    
	Sort tabs on target windows according to tab url alphabetically.
*	Close tabs from this domain:    
	Closes all tabs with same domain.
*	Move tabs from this domain to this window    
	Moves tabs from same domain with the selected tab's domain to current window.
*      Group tabs from this domain    
        Groups tabs from same domain with the selected tab's domain.

Default extension icon action is "Merge windows and sort tabs". This can be changed from options page. You can select "do nothing" option to disable default action.

By default the extension ignores pinned tabs, popup and app windows for merge and sort actions. These can be changed from options page.

This extension does not cause tab groups to be ungrouped.                    

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

Tên Organize Windows and Tabs Organize Windows and Tabs
ID ecdpecnghdabcaloifcmpjaimlnnjigi
URL Chính Thức https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi
Mô tả Organize Windows and Tabs
Kích Thước Tệp 10.3 KB
Số Lần Cài Đặt 801
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2022-02-18
Ngày Phát Hành 2020-06-02
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Fatih Doğan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fthdgn/chrome_organize_windows_tabs
URL Trang Trợ Giúp https://github.com/fthdgn/chrome_organize_windows_tabs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "16": "icons\/16.png"
        },
        "default_title": "Organize Windows and Tabs"
    },
    "homepage_url": "https:\/\/github.com\/fthdgn\/chrome_organize_windows_tabs\/",
    "description": "Organize Windows and Tabs",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 3,
    "name": "Organize Windows and Tabs",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tabGroups"
    ],
    "version": "1.4.1"
}