Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Move tabs between windows क्या है?
Move tabs between windows Ivan Novikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Move tabs between windows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
एक्सटेंशन की मूल जानकारी
नाम | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
आधिकारिक URL | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
विवरण | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
फ़ाइल का आकार | 3.54 KB |
स्थापना संख्या | 216 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-11-08 |
प्रकाशन तिथि | 2016-11-08 |
रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
डेवलपर | Ivan Novikov |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/ivan7237d |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |