Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

Last Tabとは何ですか?

Last TabはSnowDonutによって開発されたChromeの拡張機能で、その主な機能は「Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…」です。

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

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

拡張機能の使用方法

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

拡張機能の基本情報

名前 Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
公式URL https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
説明 Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
ファイルサイズ 81.62 KB
インストール数 79
現在のバージョン 0.1
最終更新日 2016-10-26
公開日 2016-10-26
評価 5.00/5 合計 2 レビュー
開発者 SnowDonut
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}