Tab Resize - split screen layouts

Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.

什麼是Tab Resize - split screen layouts?

Tab Resize - split screen layouts是由Peter Shin開發的Chrome擴展程式,該擴展的主要功能是“Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tab Resize - split screen layouts擴展crx文件

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

擴展使用說明

                        For a more easily readable description please visit:


https://github.com/peterdotjs/tab-resize



***** 
Version 2.3.0
--------------------------
Added default shortcut keys for:
Ctrl + Shift + Z: Undo Last Resize
Ctrl + Shift + 1: 1x1 Resize
Ctrl + Shift + 2: 1x2 Resize
Ctrl + Shift + 4: 2x2 Resize
 
Can still be changed through shortcut key menu. 

Version 2.2.0
--------------------------
Added support for shortcut keys and scaled split screen layouts.

Version 2.1.1
-------------------------- 
HIGHLIGHTED TABS NOW CAN BE RESIZED (not only tabs to the right) - when 2 or more tabs are highlighted, only these tabs will be considered for resize. In Chrome, you can select multiple tabs by clicking on tabs while holding down the Ctrl (Command for Mac) key or select a range of tabs by holding down the Shift key and clicking. 

Version 2.1
--------------------------
Added support for multiple monitors, left and right alignment, empty tab mode, drag and drop to rearrange layouts and highlighted tab mode. Fully supports Windows, Mac and Linux OS.
*****

@everyone that's liked it, thanks a lot for the support! I'm really glad you guys found it useful. You're pretty much the motivation continuing to build and improve the extension. =)

This extension will not resize within the same tab (multiple panes with only ONE url bar). Other Chrome extensions with multiple panes in one tab have security limitations (i.e. you can't see any https site like Gmail or Facebook). With these types of extensions you also won't be able to access any of your favorite extensions on the individual panes. Tab Resize has none of the limitations listed previously because it splits tabs into separate windows.

Thanks for checking it out! =)

Cheers,
Peter


Video DEMO
---------------------- 
http://www.youtube.com/watch?v=GFHl98nAV04

If you like it please rate it and if you have any feature requests, questions or bugs you file it here: 
https://github.com/peterdotjs/tab-resize/issues?state=open 



What
--------
✓A simple extension designed to provide ease in resizing your tabs. A set of default layouts are provided but you can add and remove from the list of layouts to fit your needs. With multiple monitor support you can move windows from one screen to the next with ease. 

✓Has the functionality of Tab Scissors and much much more!

Why
-------
✓Manually resizing windows is no fun.

✓You have a very large monitors and have more pixels than you know what do with.

✓Quick side by side comparisons.

How it works
-------------------
✓The selected/highlighted tab along with all tabs to the right of it will be considered. Whether you have more or less tabs than are needed the extension will resize only the available tabs. 

✓Undo button will undo the previous layout resize. You can only perform undo once at any time.

✓In 'single tab' mode, only the selected/highlighted tab will considered. Only the current window/tab will change in size, all other tabs to the right will be ignored. 

✓In 'empty tab' mode, new windows with empty tabs will be created if there are not enough tabs to fill your selected layout. 

✓You can select left or right alignment for your resize

✓You can create your own custom layouts within reason and reset to default configurations if desired. Layouts are sorted most recently created on top right.

✓Click and hold on any layout and drag to rearrange order to your liking

✓Highlighted tabs now can be resized - when 2 or more tabs are highlighted, only these tabs will be considered for resize. Credit goes to F.C. for the idea. In Chrome, you can select multiple tabs by clicking on tabs while holding down the Ctrl (Command for Mac) key or select a range of tabs by holding down the Shift key and clicking.

Additional Notes
------------------------
Only tab/window id info is being used; browsing activity is not. Tabs and browsing activity access are bundled together. "tabs" permissions is one of the least invasive permissions that are available. Browsing activity you should note is NOT the same as Browsing History. "Browsing activity" means the current tabs that are open not your previously closed tabs. This permission is required because this extension needs to manipulate and move tabs around (an essential feature of this extension) If you feel uncomfortable with this basic permission please don't install it. Giving it a bad review because you don't understand or like the permissions doesn't do anything productive. All my code is open sourced on github (https://github.com/peterdotjs/tab-resize) so feel free to look at how I'm using this permission.
 
It's good to be informed and understand the permissions of any extension you install. For more chrome permission information go here: https://developer.chrome.com/extensions/declare_permissions

Anonymous usage tracking (# clicks on the different resize options) is used to improve the extension and user experience. You can opt out in the options menu.                    

擴展基本資訊

名稱 Tab Resize - split screen layouts Tab Resize - split screen layouts
ID bkpenclhmiealbebdopglffmfdiilejc
官方網址 https://chromewebstore.google.com/detail/tab-resize-split-screen-l/bkpenclhmiealbebdopglffmfdiilejc
簡介 Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.
檔案大小 278 KB
安裝次數 1,799,770
目前版本 2.3.5
更新時間 2021-04-09
上架時間 2019-01-08
評分 4.32/5 共 1115 次評分
開發者 Peter Shin
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/peterdotjs/tab-resize/issues?state=open
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Resize - split screen layouts",
    "short_name": "Tab Resize",
    "version": "2.3.5",
    "manifest_version": 2,
    "minimum_chrome_version": "30",
    "description": "Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w\/ Multi Monitor Support.",
    "browser_action": {
        "default_icon": "images\/icons\/icon128.png",
        "default_popup": "index.html",
        "default_title": "Tab Resize split screen layouts"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "system.display"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "public\/tabResize_background.min.js"
        ]
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "tab-resize-0-undo": {
            "description": "Undo previous resize",
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z"
            }
        },
        "tab-resize-1-1": {
            "description": "Resize 1x1 layout",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            }
        },
        "tab-resize-1-2": {
            "description": "Resize 1x2 layout",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            }
        },
        "tab-resize-2-1": {
            "description": "Resize 2x1 layout"
        },
        "tab-resize-2-2": {
            "description": "Resize 2x2 layout",
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "MacCtrl+Shift+4"
            }
        },
        "tab-resize-1-3": {
            "description": "Resize 1x3 layout"
        },
        "tab-resize-3-1": {
            "description": "Resize 3x1 layout"
        },
        "tab-resize-6-4-scale-horizontal": {
            "description": "Resize 6:4 layout"
        },
        "tab-resize-6-4-scale-vertical": {
            "description": "Resize 6:4 vertical layout"
        },
        "tab-resize-7-3-scale-horizontal": {
            "description": "Resize 7:3 layout"
        },
        "tab-resize-7-3-scale-vertical": {
            "description": "Resize 7:3 vertical layout"
        }
    }
}