Restore Last Closed Tab in Context Menu

Restore a closed tab using a context menu option.

Restore Last Closed Tab in Context Menuคืออะไร?

Restore Last Closed Tab in Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Nishi และคุณลักษณะหลักของมันคือ "Restore a closed tab using a context menu option."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Restore Last Closed Tab in Context Menu

ดาวน์โหลดไฟล์ส่วนขยาย Restore Last Closed Tab in Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a context menu button which restores the last closed tab.

That's all it does! :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Restore Last Closed Tab in Context Menu Restore Last Closed Tab in Context Menu
ID pkifpkambhgdeebloffgpijpleblhnfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh
คำอธิบาย Restore a closed tab using a context menu option.
ขนาดไฟล์ 10.9 KB
จำนวนการติดตั้ง 469
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-12-09
วันที่เผยแพร่ 2015-12-07
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Daniel Nishi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restore Last Closed Tab in Context Menu",
    "description": "Restore a closed tab using a context menu option.",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "sessions"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "recycle128.png"
    },
    "manifest_version": 2
}

ส่วนขยายที่เกี่ยวข้อง