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