Organize Windows and Tabs

Organize Windows and Tabs

什么是Organize Windows and Tabs?

Organize Windows and Tabs是由Fatih Doğan开发的Chrome扩展程序,该扩展的主要功能是“Organize Windows and Tabs”。

扩展截图

screenshot
screenshot

下载Organize Windows and Tabs扩展crx文件

下载Organize Windows and Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Organize Windows and Tabs Organize Windows and Tabs
ID ecdpecnghdabcaloifcmpjaimlnnjigi
官方URL https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi
简介 Organize Windows and Tabs
文件大小 10.3 KB
安装次数 801
当前版本 1.4.1
更新时间 2022-02-18
上架时间 2020-06-02
评分 4.10/5 共10次评分
开发者 Fatih Doğan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/fthdgn/chrome_organize_windows_tabs
帮助页面URL https://github.com/fthdgn/chrome_organize_windows_tabs
支持的语言 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"
}