MoveTab
A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
MoveTab क्या है?
MoveTab sawjax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that helps you move your tabs from one window to another without dragging and dropping."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MoveTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? MoveTab solves that problem by helping you move tabs in two steps. 1. Go to the tab you want to move and click on MoveTab. 2. Go to the window where you want it and click on MoveTab again. It's that simple!
एक्सटेंशन की मूल जानकारी
नाम | MoveTab |
ID | jokbmfhbamgbbjglhcphlpkcklpbceid |
आधिकारिक URL | https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid |
विवरण | A chrome extension that helps you move your tabs from one window to another without dragging and dropping. |
फ़ाइल का आकार | 29.04 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-09-01 |
प्रकाशन तिथि | 2014-09-01 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | sawjax |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoveTab", "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Move this tab", "default_icon": { "19": "icons\/icon19in.png", "38": "icons\/icon38in.png" } }, "manifest_version": 2 } |