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\/"
    ]
}