Tab Cutter

This extension divides one window into two

什麼是Tab Cutter?

Tab Cutter是由soags開發的Chrome擴展程式,該擴展的主要功能是“This extension divides one window into two”。

擴展截圖

screenshot

下載Tab Cutter擴展crx文件

下載Tab Cutter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This simple tab organization tool divides one window into two.

If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window.

If you are looking for Tab Scissors, have a try.                    

擴展基本資訊

名稱 Tab Cutter Tab Cutter
ID mekmindbhhjinkmgdjabpgfkaekhmgkj
官方網址 https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj
簡介 This extension divides one window into two
檔案大小 11.09 KB
安裝次數 579
目前版本 1.0.1
更新時間 2023-08-31
上架時間 2023-08-30
評分 4.33/5 共 3 次評分
開發者 soags
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/soags/tab-cutter
說明頁面URL https://github.com/soags/tab-cutter/issues
隱私政策頁面URL https://soags.github.io/privacy-policy/chrome-extensions
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Cutter",
    "description": "This extension divides one window into two",
    "version": "1.0.1.0",
    "version_name": "1.0.1",
    "icons": {
        "16": "public\/icon-16.png",
        "48": "public\/icon-48.png",
        "128": "public\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/icon-16.png",
            "48": "public\/icon-48.png",
            "128": "public\/icon-128.png"
        },
        "default_title": "Tab Cutter"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": []
}