Advance Tab Groups
Auto tab group based on the url or regex
Advance Tab Groups क्या है?
Advance Tab Groups DiTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto tab group based on the url or regex"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Advance Tab Groups एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension helps you manage tab groups better The newly added tab grouping function in chrome is very helpful. however, one of the things it does not allow the user to do is to pre-define rules for tab groups. with this extension user able to config the tab's group based on the tab's URL or regex rules. when a new tab is created it will be added to the corresponding group based on the rules user-defined. An auto group flag in a pop-up view is used to suggest if the extension will auto move the tab when it is created or updated. if this flag is off then the user will group the tab by clicking the “Group all tabs” button.
एक्सटेंशन की मूल जानकारी
नाम | Advance Tab Groups |
ID | pfpdhdhhmaaadjdolgfphniimpjnifhh |
आधिकारिक URL | https://chromewebstore.google.com/detail/advance-tab-groups/pfpdhdhhmaaadjdolgfphniimpjnifhh |
विवरण | Auto tab group based on the url or regex |
फ़ाइल का आकार | 156 KB |
स्थापना संख्या | 288 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2021-04-11 |
प्रकाशन तिथि | 2021-04-10 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | DiTech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advance Tab Groups", "description": "Auto tab group based on the url or regex", "version": "1.0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "bookmarks", "identity", "identity.email", "background", "tabs", "tabGroups", "windows", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "options_page": "options.html" } |