New Window Tab
Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
New Window Tab क्या है?
New Window Tab Ashkan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Window Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A chrome extension that fills a simple need. It creates a keyboard shortcut (Alt+Shift+W by default) which pops out the current tab into a new window. It automatically chooses the window location using chrome's suggestion for a "natural" offset (about 10 pixels offset from parent's top and left). It keeps the same window size as the parent window.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | likdgnpafjdanfaaoendcmkkpefbfiel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel |
विवरण | Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W) |
फ़ाइल का आकार | 581 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2014-12-14 |
प्रकाशन तिथि | 2014-12-14 |
डेवलपर | Ashkan |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/norcalli/newtabwindow |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Window Tab", "description": "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "19", "icons": { "16": "icons\/win16.png", "48": "icons\/win48.png", "128": "icons\/win128.png" }, "background": { "scripts": [ "js\/hook.js" ], "persistent": false }, "commands": { "toggle-feature": { "suggested_key": { "default": "Alt+Shift+W" }, "description": "Open current tab in new window" } }, "permissions": [ "tabs" ] } |