Last Active Tabs

The fastest way to access your last five active tabs

什么是Last Active Tabs?

Last Active Tabs是由Xiaoxin开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to access your last five active tabs”。

下载Last Active Tabs扩展crx文件

下载Last Active Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Last Active Tabs Last Active Tabs
ID iaojglmmimcoplkbfiilfgbjlefpgobh
官方URL https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh
简介 The fastest way to access your last five active tabs
文件大小 13.98 KB
安装次数 96
当前版本 0.0.4
更新时间 2013-07-09
上架时间 2013-07-09
评分 3.67/5 共3次评分
开发者 Xiaoxin
付费类型 free
扩展官网 https://github.com/hyperlink/last_tab
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-32.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "Last Tab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}