Pin Tab

A browser action to pin a tab

Pin Tabคืออะไร?

Pin Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hal313 และคุณลักษณะหลักของมันคือ "A browser action to pin a tab"

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

screenshot

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

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

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

                        A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go.

Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".                    

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

ชื่อ Pin Tab Pin Tab
ID dgldedkigbbalaioohedddpameekglma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma
คำอธิบาย A browser action to pin a tab
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 8,789
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2019-04-26
วันที่เผยแพร่ 2019-04-25
คะแนน 4.52/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา hal313
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin!",
        "default_icon": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}