Tabbie Updated

The missing tab manager for Chrome, updated for the latest Chrome version.

What is Tabbie Updated?

Tabbie Updated is a Chrome extension developed by Jacob "kurtextrem" Groß, and its main feature is "The missing tab manager for Chrome, updated for the latest Chrome version.".

Extension Screenshots

screenshot

Download Tabbie Updated Extension CRX File

Download Tabbie Updated extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tabbie Updated Tabbie Updated
ID eiigehbpamofgandbmmokoahhkhbmbld
Official URL https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld
Description The missing tab manager for Chrome, updated for the latest Chrome version.
File Size 89.35 KB
Installation Count 49
Current Version 1.1.1
Last Updated 2023-12-03
Publish Date 2018-12-07
Rating 5.00/5 Total 1 Ratings
Developer Jacob "kurtextrem" Groß
Email [email protected]
Payment Type free
Extension Website https://github.com/kurtextrem/tabbie
Help Page URL https://github.com/kurtextrem/tabbie/issues
Privacy Policy Page URL https://www.kurtextrem.de/chrome/PRIVACY.html
Supported Languages 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"
    ]
}