Pinned means Pinned!

Prevents closing of pinned tab.

Pinned means Pinned!คืออะไร?

Pinned means Pinned! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blueCmd และคุณลักษณะหลักของมันคือ "Prevents closing of pinned tab."

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

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

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

                        When a pinned tab is closed an identical tab is opened and replaces the current tab.

Source: https://github.com/bluecmd/pinned-means-pinned
Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab                    

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

ชื่อ Pinned means Pinned! Pinned means Pinned!
ID pimlphlelaemjpnjibaacbcgfmccookn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn
คำอธิบาย Prevents closing of pinned tab.
ขนาดไฟล์ 14.04 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-04-28
วันที่เผยแพร่ 2015-04-28
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา blueCmd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned means Pinned!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Prevents closing of pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}