Backxtab

Shortcut to the last visited tabs.

Backxtabとは何ですか?

BackxtabはDamien Brunetによって開発されたChromeの拡張機能で、その主な機能は「Shortcut to the last visited tabs.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc...

When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time.

You can customize the delay before the counter turns off: right-click the icon and choose 'options'.

You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts

Open-source: https://github.com/djrekca/Backxtab                    

拡張機能の基本情報

名前 Backxtab Backxtab
ID fnfpaldoamkghkmcdpnailhjbibfkdei
公式URL https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei
説明 Shortcut to the last visited tabs.
ファイルサイズ 17.2 KB
インストール数 85
現在のバージョン 1.2.0
最終更新日 2021-06-06
公開日 2019-04-26
評価 4.83/5 合計 6 レビュー
開発者 Damien Brunet
Eメール [email protected]
支払い方法 free
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "minimum_chrome_version": "49",
    "manifest_version": 2
}