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
官方網址 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"
    ]
}