Smart Tab Groups
Automatically manages your tabs by URL!
Smart Tab Groups क्या है?
Smart Tab Groups melenbowl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically manages your tabs by URL!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Tab Groups एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you. Sources - Extension icons: https://www.freepik.com
एक्सटेंशन की मूल जानकारी
नाम | Smart Tab Groups |
ID | phjgaokonmahgagcjmjedgnnedglgbpc |
आधिकारिक URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
विवरण | Automatically manages your tabs by URL! |
फ़ाइल का आकार | 12.52 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-02-18 |
प्रकाशन तिथि | 2021-02-18 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | melenbowl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Tab Groups", "version": "1.0", "description": "Automatically manages your tabs by URL!", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/tab16.png", "32": "images\/tab32.png", "64": "images\/tab64.png", "128": "images\/tab128.png" }, "manifest_version": 2 } |