Reopen Last Tab Button

A button that reopen last closed tab.

Reopen Last Tab Buttonคืออะไร?

Reopen Last Tab Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neil Ding และคุณลักษณะหลักของมันคือ "A button that reopen last closed tab."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reopen Last Tab Button

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

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

                        A button that reopen last closed tab.                    

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

ชื่อ Reopen Last Tab Button Reopen Last Tab Button
ID jkecnabnhjonmjpjgcfbjcofcmkocgih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reopen-last-tab-button/jkecnabnhjonmjpjgcfbjcofcmkocgih
คำอธิบาย A button that reopen last closed tab.
ขนาดไฟล์ 3.78 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-04-08
วันที่เผยแพร่ 2017-04-08
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Neil Ding
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/GingerBear/reopen-last-tab
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reopen Last Tab Button",
    "version": "1.0.1",
    "author": "Neil Ding",
    "description": "A button that reopen last closed tab.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Reopen Last Tab"
    },
    "manifest_version": 2
}