U tabs
This extension will merge all the tabs from different windows into one window
U tabs क्या है?
U tabs Neil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will merge all the tabs from different windows into one window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में U tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Merge all the tabs from all the Chrome windows into the current window.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jamieplpgaodmgkcjpigniafokfmmhjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
विवरण | This extension will merge all the tabs from different windows into one window |
फ़ाइल का आकार | 9.38 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-03-16 |
प्रकाशन तिथि | 2017-03-16 |
डेवलपर | Neil |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U tabs", "description": "This extension will merge all the tabs from different windows into one window", "version": "1.0", "background": { "scripts": [ "merge.js" ] }, "icons": { "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "Merge all tabs" }, "permissions": [ "tabs" ] } |