Tabs aside
Classic Microsoft Edge "Tabs Aside" feature
Tabs aside क्या है?
Tabs aside https://xfox111.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Classic Microsoft Edge "Tabs Aside" feature"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs aside एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Classic Microsoft Edge "Tabs Aside" feature for Chromium-based browsers If you’re like me, you often find yourself with a bunch of open tabs. You’d like to get those tabs out of the way sometimes, but they’re maybe not worth saving as actual bookmarks. In the Edge browser, Microsoft has introduced a new feature called "Tabs aside" (or Tab groups) which lets you set tabs aside in a sort of temporary workspace so that you can call them back up later. Unfortunately, in new Chromium-based Microsoft Edge, the devs decided not to implement this must-have-feature. So, I've decided to create a browser extension which replicates this awesome feature in Chromium-based browsers ## Features - Familiar UI inherited from legacy Microsoft Edge with some improvements - Auto Dark mode* - Now you can restore one tab from collection without removing - Convenient hotkeys - Ability to load restored tabs on your demand ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at https://github.com/xfox111/ChromiumTabsAside Check out release changelog on https://github.com/xfox111/chromiumtabsaside/releases/latest *Color mode of the extension depends on the color mode of your operating system
एक्सटेंशन की मूल जानकारी
नाम | Tabs aside |
ID | mgmjbodjgijnebfgohlnjkegdpbdjgin |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin |
विवरण | Classic Microsoft Edge "Tabs Aside" feature |
फ़ाइल का आकार | 1.89 MB |
स्थापना संख्या | 4,424 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2020-06-27 |
रेटिंग | 4.48/5 कुल 48 रेटिंग्स |
डेवलपर | https://xfox111.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/xfox111/ChromiumTabsAside |
सहायता पृष्ठ URL | https://xfox111.net/Contacts |
समर्थित भाषाएँ | en,es,it,pl,pt-BR,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.0.5", "manifest_version": 2, "description": "__MSG_description__", "author": "__MSG_author__", "default_locale": "en", "permissions": [ "tabs", "bookmarks", "unlimitedStorage", "storage", " |