Last Tab

Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…

Last Tabคืออะไร?

Last Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SnowDonut และคุณลักษณะหลักของมันคือ "Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…"

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

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

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

                        Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you were just working on. Can assign a shortcut to it to make it easily accessible.                    

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

ชื่อ Last Tab Last Tab
ID ahjejhiehlhdhcgpifiappdhdjhbhcpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/last-tab/ahjejhiehlhdhcgpifiappdhdjhbhcpf
คำอธิบาย Changes back to the last tab you were on. Useful when you have cluttered tabs and click on a different tab and forgot which tab you…
ขนาดไฟล์ 81.62 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-10-26
วันที่เผยแพร่ 2016-10-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SnowDonut
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Tab",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}