Sort those Tabs
Organize large browsing sessions with ease
Sort those Tabs क्या है?
Sort those Tabs purpleapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize large browsing sessions with ease"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sort those Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy. - Access all your Chrome windows and tabs from the same page - Easily close, transfer, and re-order your Chrome tabs and windows - Automatically sort tabs by title or domain name - Automatically remove duplicate tabs - Apply or reset your changes with the click of a button Changelog for v1.1.0: - Updated button icons - Shortened button tooltip titles - Clicking on a tab now brings it into focus - Added session and window-level sorting for the following features: - Sorting by domain name - Sorting by tab title - Removal of duplicate tabs
एक्सटेंशन की मूल जानकारी
नाम | Sort those Tabs |
ID | hkpcnabklhpajnjmmfmnpihcjjkojjpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg |
विवरण | Organize large browsing sessions with ease |
फ़ाइल का आकार | 215 KB |
स्थापना संख्या | 310 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 3.60/5 कुल 5 रेटिंग्स |
डेवलपर | purpleapps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/f-jiang/sort-those-tabs |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sort those Tabs", "description": "Organize large browsing sessions with ease", "version": "1.1.0", "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |