Resize Tabs for Google Chrome™

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

Что такое Resize Tabs for Google Chrome™?

Resize Tabs for Google Chrome™ - это расширение Chrome, разработанное https://resize-tabs.pdfwork.com, и его основная функция - "Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Resize Tabs for Google Chrome™

Скачайте файлы расширений Resize Tabs for Google Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do you have a lot of Chrome tabs open? Do you need a quick and easy way to resize these tabs? Do so by installing this software extension Resize Tabs for Google Chrome.

Keyboard Shortcut/Hotkeys enabled
- You can use tab resize with just the keyboard shortcuts rather than opening up the extension by clicking on the icon.

Drag and drop for sorting layouts
- Click and hold onto 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 resizing.

Multiple monitor support!
- individually select each display in your desktop setup. Choose where the resized tabs should be placed.

Left and right option - align tabs to the left or right

Empty tab option - create empty tabs when selecting layouts

Undo any changes you make if you are not happy with the resized tabs.

User Friendly Feature - The favicons of the resized tabs will be displayed based on the layout you choose. This allows you to preview how the new tabs
will look like before you choose to resize your Chrome tabs. Save time and energy and ensure you choose the correct options before resizing your Chrome tabs.

Please note this extension is possible due to the open source code contributed by Peter Shin under the GPL license.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Resize Tabs for Google Meet is not owned by, it is not licensed by and is not a subsidiary of Google Inc.                    

Основная информация о расширении

Название Resize Tabs for Google Chrome™ Resize Tabs for Google Chrome™
ID ahnjigphfndcdkalmabbgppipfpelebb
Официальный URL https://chromewebstore.google.com/detail/resize-tabs-for-google-ch/ahnjigphfndcdkalmabbgppipfpelebb
Описание Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.
Размер файла 1.49 MB
Количество установок 11,772
Текущая Версия 1.0.1
Последнее Обновление 2023-10-31
Дата публикации 2020-12-24
Рейтинг 3.14/5 Всего 7 оценок
Разработчик https://resize-tabs.pdfwork.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://resize-tabs.pdfwork.com/
Поддерживаемые языки id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "short_name": "Tab Resize",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "30",
    "offline_enabled": true,
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "\/images\/icons\/icon128.png",
        "default_popup": "\/ui\/index.html",
        "default_title": "__MSG_AppTitle__"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "system.display"
    ],
    "background": {
        "scripts": [
            "\/js\/welcome-goodbye.js",
            "\/js\/lib\/jquery.min.js",
            "\/js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/resize-tabs.pdfwork.com\/",
    "commands": {
        "tab-resize-0-undo": {
            "description": "__MSG_Command1__",
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z"
            }
        },
        "tab-resize-1-1": {
            "description": "__MSG_Command2__",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            }
        },
        "tab-resize-1-2": {
            "description": "__MSG_Command3__",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            }
        },
        "tab-resize-2-1": {
            "description": "__MSG_Command4__"
        },
        "tab-resize-2-2": {
            "description": "__MSG_Command5__",
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "MacCtrl+Shift+4"
            }
        },
        "tab-resize-1-3": {
            "description": "__MSG_Command6__"
        },
        "tab-resize-3-1": {
            "description": "__MSG_Command7__"
        },
        "tab-resize-6-4-scale-horizontal": {
            "description": "__MSG_Command8__"
        },
        "tab-resize-6-4-scale-vertical": {
            "description": "__MSG_Command9__"
        },
        "tab-resize-7-3-scale-horizontal": {
            "description": "__MSG_Command10__"
        },
        "tab-resize-7-3-scale-vertical": {
            "description": "__MSG_Command11__"
        }
    }
}