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
公式URL 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
Eメール [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"
}