Tab Organizer
Organizes all tabs by alphabetical order grouping websites together with one click
Tab Organizer क्या है?
Tab Organizer wolfmac964 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organizes all tabs by alphabetical order grouping websites together with one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Organizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Organize Your Tab Bar With One Click! If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow. This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back! Questions? Email [email protected] Download Now!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | klejmohljepdfjiffcjcecidkdpjdafb |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb |
विवरण | Organizes all tabs by alphabetical order grouping websites together with one click |
फ़ाइल का आकार | 70.36 KB |
स्थापना संख्या | 277 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-06-03 |
प्रकाशन तिथि | 2020-06-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | wolfmac964 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Organizer", "version": "1.0.0", "description": "Organizes all tabs by alphabetical order grouping websites together with one click", "author": "Mac Wolf", "short_name": "Tab Organizer", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" } } |