Tab Resize

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

Τι είναι το Tab Resize;

Το Tab Resize είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rahbarihamid84, και η κύρια λειτουργία του είναι "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
screenshot

Λήψη αρχείου CRX της επέκτασης Tab Resize

Λήψη αρχείων επέκτασης Tab Resize σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you are tired of changing tabs manually, then we have a unique novelty for you Tab Resize. The multifunctional Tab Resize extension will easily resize tabs. A huge set of default layouts is provided, and you can add layouts as you wish. Our new product is very easy to use. You can easily and quickly move windows from one screen to another, and you will not waste a lot of time on it as before. The Tab Resize extension is absolutely free, takes up little space, so install it soon and you will be very happy.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tab Resize Tab Resize
ID higkfgffobmojckigdkghnjgcchdkcgp
Επίσημο URL https://chromewebstore.google.com/detail/tab-resize/higkfgffobmojckigdkghnjgcchdkcgp
Περιγραφή Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.
Μέγεθος Αρχείου 165 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-12-19
Ημερομηνία Δημοσίευσης 2021-09-26
Προγραμματιστής rahbarihamid84
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Tab Resize",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "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": "img\/logo.png",
        "default_popup": "index.html",
        "default_title": "Tab Resize split screen layouts"
    },
    "icons": {
        "128": "img\/logo.png"
    },
    "permissions": [
        "tabs",
        "system.display",
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/vendor\/jquery.min.js",
            "bkg.js"
        ]
    },
    "offline_enabled": 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"
        }
    }
}