Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

Pinned Tab Fixคืออะไร?

Pinned Tab Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kanon Lo และคุณลักษณะหลักของมันคือ "Set the active tab to the first non-pinned tab on startup."

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

screenshot

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

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

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

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

ชื่อ Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
คำอธิบาย Set the active tab to the first non-pinned tab on startup.
ขนาดไฟล์ 7.87 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-04-13
วันที่เผยแพร่ 2016-04-13
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Kanon Lo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}