Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
Tabbie Updated क्या है?
Tabbie Updated Jacob "kurtextrem" Groß द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The missing tab manager for Chrome, updated for the latest Chrome version."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabbie Updated एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
एक्सटेंशन की मूल जानकारी
नाम | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
विवरण | The missing tab manager for Chrome, updated for the latest Chrome version. |
फ़ाइल का आकार | 89.35 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-12-03 |
प्रकाशन तिथि | 2018-12-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Jacob "kurtextrem" Groß |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kurtextrem/tabbie |
सहायता पृष्ठ URL | https://github.com/kurtextrem/tabbie/issues |
गोपनीयता नीति पृष्ठ URL | https://www.kurtextrem.de/chrome/PRIVACY.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |