Last Active Tabs

The fastest way to access your last five active tabs

Last Active Tabs là gì?

Last Active Tabs là một tiện ích mở rộng Chrome được phát triển bởi Xiaoxin, và tính năng chính của nó là "The fastest way to access your last five active tabs".

Tải xuống tệp CRX của tiện ích mở rộng Last Active Tabs

Tải xuống các tệp mở rộng Last Active Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Last Active Tabs Last Active Tabs
ID iaojglmmimcoplkbfiilfgbjlefpgobh
URL Chính Thức https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh
Mô tả The fastest way to access your last five active tabs
Kích Thước Tệp 13.98 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2013-07-09
Ngày Phát Hành 2013-07-09
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Xiaoxin
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hyperlink/last_tab
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}