Pin Last Tab

Make the last tab pinned

Pin Last Tabคืออะไร?

Pin Last Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ayayael12 และคุณลักษณะหลักของมันคือ "Make the last tab pinned"

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

screenshot

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

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

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

                        Use the context menu to pin the last tab                    

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

ชื่อ Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
คำอธิบาย Make the last tab pinned
ขนาดไฟล์ 11.71 KB
จำนวนการติดตั้ง 13,219
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-03-13
วันที่เผยแพร่ 2015-03-13
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ayayael12
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Make the last tab pinned",
    "version": "0.1",
    "name": "Pin Last Tab",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "resource\/script\/pinLast.js"
        ]
    },
    "icons": {
        "16": "resource\/images\/icon-16.png",
        "48": "resource\/images\/icon-48.png",
        "128": "resource\/images\/icon-128.png"
    }
}