Tab+

Bring new tabs to front and in last position, allow to save and restore windows.

什麼是Tab+?

Tab+是由malko-publishers開發的Chrome擴展程式,該擴展的主要功能是“Bring new tabs to front and in last position, allow to save and restore windows.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab+擴展crx文件

下載Tab+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Since 2013, this extension has brought to you some missing basic tabs management features:
- Always select tabs when opening
- Always position tabs last when opening
- Add a context menu item for opening links in the background/foreground tab depending on the options settings

New since 2024, it will also allow you to see and manage all your tabs at a glance (click the tab+ icon or hit Ctrl+Shift+e to give it a try) :
- Quick search 
- Tab moving
- Save a window and restore it later (doesn't keep history)
- Restore saved windows with tabs in an idle state

All of this, respecting your privacy, with no telemetry data or stuff like that.

(If you want to be able to manage your incognito session, click right on the extension icon -> "manage extension" and check the "Allow in incognito" checkbox)                    

擴展基本資訊

名稱 Tab+ Tab+
ID oedgpogfljghcdnodnaiomoajlbpejgi
官方網址 https://chromewebstore.google.com/detail/tab+/oedgpogfljghcdnodnaiomoajlbpejgi
簡介 Bring new tabs to front and in last position, allow to save and restore windows.
檔案大小 39.42 KB
安裝次數 464
目前版本 0.2.1
更新時間 2024-02-25
上架時間 2018-03-30
評分 4.40/5 共 15 次評分
開發者 malko-publishers
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/malko/chrome-extension-tab-plus
說明頁面URL https://github.com/malko/chrome-extension-tab-plus
支援的語言 en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "tabplus-worker.js",
        "type": "module"
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "assets\/logo\/128.png",
        "64": "assets\/logo\/64.png",
        "16": "assets\/logo\/16.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/logo\/128.png",
            "64": "assets\/logo\/64.png",
            "16": "assets\/logo\/16.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "name": "Tab+",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "version": "0.2.1"
}