Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Maximize Dragged Tab क्या है?
Maximize Dragged Tab Evan99w द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically maximizes any tab that is dragged out of a window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maximize Dragged Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Re-enables the ability that automatically maximizes tabs that are dragged off of the main window. Chrome 100 and some other versions lack this feature, this extension allows you to use it again. Comes with the option to toggle it on or off. Particularly useful if you have multiple monitors or use multiple chrome windows at once. Unfortunately does not seem to work on mac.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
आधिकारिक URL | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
विवरण | Automatically maximizes any tab that is dragged out of a window. |
फ़ाइल का आकार | 10.86 KB |
स्थापना संख्या | 3,546 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2022-05-29 |
प्रकाशन तिथि | 2022-04-08 |
रेटिंग | 3.96/5 कुल 81 रेटिंग्स |
डेवलपर | Evan99w |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maximize Dragged Tab", "description": "Automatically maximizes any tab that is dragged out of a window.", "version": "1.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |