Tabbie Updated

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

Tabbie Updatedとは何ですか?

Tabbie UpdatedはJacob "kurtextrem" Großによって開発されたChromeの拡張機能で、その主な機能は「The missing tab manager for Chrome, updated for the latest Chrome version.」です。

拡張機能のスクリーンショット

screenshot

Tabbie Updated拡張機能のCRXファイルをダウンロード

Tabbie Updated拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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ß
Eメール [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"
    ]
}