Tab Resizing & Split Screen Management
Auto resizing tabs 🗂 made easy.
Τι είναι το Tab Resizing & Split Screen Management;
Το Tab Resizing & Split Screen Management είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον navy, και η κύρια λειτουργία του είναι "Auto resizing tabs 🗂 made easy.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Resizing & Split Screen Management
Λήψη αρχείων επέκτασης Tab Resizing & Split Screen Management σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. While on the desired page in the browser, click on the extension. 3. Select and customize the split layout of the pages according to your preferences. That’s as easy as it gets! 4. Click and hold on any layout and drag to rearrange order to your liking 5. Click on the “Undo” button to exit the currently opened pages. ✨ Features ✨ 1. Shortcut keys and scaled split screen layouts. 2. Works on multiple monitors, left and right alignment, empty tab mode, and highlighted tab mode. 3. Fully supports Windows, Mac and Linux OS. Easily resize your tabs 🗂 in the browser with this extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tab Resizing & Split Screen Management |
ID | ibjplhkiaaoopbcblmgbkpfhhigipcnl |
Επίσημο URL | https://chromewebstore.google.com/detail/tab-resizing-split-screen/ibjplhkiaaoopbcblmgbkpfhhigipcnl |
Περιγραφή | Auto resizing tabs 🗂 made easy. |
Μέγεθος Αρχείου | 163 KB |
Αριθμός Εγκαταστάσεων | 1,183 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2023-02-01 |
Ημερομηνία Δημοσίευσης | 2023-02-01 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | navy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Resizing & Split Screen Management", "short_name": "Tab Resizing", "version": "0.0.2", "manifest_version": 3, "description": "Auto resizing tabs \ud83d\uddc2 made easy.", "action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html", "default_title": "Multi Tab Control - Split Management" }, "icons": { "32": "img\/icon32.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "system.display" ], "offline_enabled": true, "commands": { "tab-resize-0-undo": { "description": "Undo Previous Stage", "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "MacCtrl+Shift+Z" } }, "tab-resize-1-1": { "description": "Re-Size As 1x1 Layout", "suggested_key": { "default": "Ctrl+Shift+1", "mac": "MacCtrl+Shift+1" } }, "tab-resize-1-2": { "description": "Re-Size As 1x2 Layout", "suggested_key": { "default": "Ctrl+Shift+2", "mac": "MacCtrl+Shift+2" } }, "tab-resize-2-1": { "description": "Re-Size As 2x1 - Layout" }, "tab-resize-2-2": { "description": "Re-Size As 2x2 - Layout", "suggested_key": { "default": "Ctrl+Shift+4", "mac": "MacCtrl+Shift+4" } }, "tab-resize-1-3": { "description": "Re-Size As 1x3 - Layout" }, "tab-resize-3-1": { "description": "Re-Size As 3x1 - Layout" }, "tab-resize-6-4-scale-horizontal": { "description": "Re-Size As 6:4 - Horizontal" }, "tab-resize-6-4-scale-vertical": { "description": "Re-Size As 6:4 - Vertical" }, "tab-resize-7-3-scale-horizontal": { "description": "Re-Size As 7:3 - Horizontal" }, "tab-resize-7-3-scale-vertical": { "description": "Re-Size As 7:3 - Vertical" } } } |