Auto Maximize Tab
Auto maximize a Chrome tab when it is dragged out into a new window.
Auto Maximize Tab क्या है?
Auto Maximize Tab Ricky K द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto maximize a Chrome tab when it is dragged out into a new window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Maximize Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome released a new version on April 1, 2022 which changed the behavior of dragging out a tab into a new window/monitor. When you drag a tab out into a new window, it stays small and no longer maximizes to fill the screen. This Chrome extension aims to bring back the old behavior. Specifically, this extension does the following: - If the window is maximized, and you drag a tab out into a new window then it'll maximize the new window as well. - If the window was not maximized to begin with, then the new window after dragging out a tab will not be maximized. - Supports dragging out multiple tabs at once. This extension does not require any additional permissions. This extension does not track or store any user data.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cgcbkddachjdngdoemmldmhldppdaeni |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni |
विवरण | Auto maximize a Chrome tab when it is dragged out into a new window. |
फ़ाइल का आकार | 9.29 KB |
स्थापना संख्या | 268 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-12-29 |
प्रकाशन तिथि | 2022-04-18 |
रेटिंग | 3.50/5 कुल 6 रेटिंग्स |
डेवलपर | Ricky K |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Maximize Tab", "manifest_version": 3, "version": "1.1.0", "description": "Auto maximize a Chrome tab when it is dragged out into a new window.", "permissions": [], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |