Tab Grouper
Let's you group your chrome tabs by domain
Tab Grouper क्या है?
Tab Grouper Very Good Chrome Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's you group your chrome tabs by domain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Grouper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Group your tabs based on the url domain with a single click! Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain. Usage and limitations • Only groups tabs if there is at least two tabs open with the same url domain. • It will group only tabs in the current window. • If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does. 0.0.2 changes • Fixed bug • Added an options page to allow reset of extension data in case of errors.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkpmakflpdgeblkpdklpoohabkdghjpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd |
विवरण | Let's you group your chrome tabs by domain |
फ़ाइल का आकार | 228 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2021-04-18 |
प्रकाशन तिथि | 2021-04-01 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Very Good Chrome Extensions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "version": "0.0.2", "manifest_version": 3, "description": "Let's you group your chrome tabs by domain", "permissions": [ "storage", "tabs", "tabGroups" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Tab Grouper" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |