Last Active Tabs

The fastest way to access your last five active tabs

Last Active Tabsคืออะไร?

Last Active Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xiaoxin และคุณลักษณะหลักของมันคือ "The fastest way to access your last five active tabs"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last Active Tabs

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}