TabSorter
This extension sorts your browser tabs in the best way possible.
TabSorter क्या है?
TabSorter andr00 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sorts your browser tabs in the best way possible."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabSorter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TabSorter is a single-button extension that organizes your tabs in Google Chrome. When you hit the TabSorter button, your tabs will be rearranged to keep tabs in order, all tabs from the same place next to each other. You will instantly be able to find groups of multiple tabs from the same website, as they will be moved into their own new Chrome window. If there are 3 or more tabs from the same website, or if they share a common path on one website, they will be pulled into their own window. TabSorter will try to keep the most specifically related tabs in the same place. This is helpful if you have many tabs open from different sections of a single website - each section will open in a dedicated window. Use this in conjunction with one of the merge all windows extensions to instantly and effortlessly organize all your tabs and windows.
एक्सटेंशन की मूल जानकारी
नाम | TabSorter |
ID | fgjomcpofplikgpdfcpgdjjlljlnelgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabsorter/fgjomcpofplikgpdfcpgdjjlljlnelgc |
विवरण | This extension sorts your browser tabs in the best way possible. |
फ़ाइल का आकार | 10.51 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2021-06-17 |
प्रकाशन तिथि | 2018-08-06 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | andr00 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSorter", "description": "This extension sorts your browser tabs in the best way possible.", "author": "andr00", "version": "1.0.0.2", "background": { "persistent": false, "scripts": [ "tabsorter.js" ] }, "browser_action": { "default_icon": { "19": "tsicon19.png", "38": "tsicon38.png" }, "default_title": "Sort tabs." }, "permissions": [ "tabs" ], "icons": { "128": "tsicon128.png", "48": "tsicon48.png", "16": "tsicon16.png" }, "short_name": "TabSorter" } |