Pin Unpin All

A button to pin or unpin all the tabs in the window.

Pin Unpin Allคืออะไร?

Pin Unpin All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ev0lut1on และคุณลักษณะหลักของมันคือ "A button to pin or unpin all the tabs in the window."

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

screenshot
screenshot
screenshot

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

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

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

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

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

ชื่อ Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
คำอธิบาย A button to pin or unpin all the tabs in the window.
ขนาดไฟล์ 9.72 KB
จำนวนการติดตั้ง 3,246
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2019-10-15
คะแนน 4.93/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา ev0lut1on
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ev0lut1on.com
URL หน้าช่วยเหลือ https://ev0lut1on.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}