Pin-It

This extension keeps a set of tabs permanently pinned in your browser window.

Pin-Itคืออะไร?

Pin-It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gaunt.dev และคุณลักษณะหลักของมันคือ "This extension keeps a set of tabs permanently pinned in your browser window."

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

screenshot

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

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

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

                        This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you.

No more losing your tabs when you restart your machine and share the same tabs across all of your devices.                    

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

ชื่อ Pin-It Pin-It
ID iaebojjjijdaeinlldahkekclhdjgkme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme
คำอธิบาย This extension keeps a set of tabs permanently pinned in your browser window.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 250
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-09-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://gaunt.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gaunt.dev/projects/pin-it/
URL หน้าช่วยเหลือ https://github.com/gauntface/pin-it-extension/issues/new
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin-It",
    "version": "3.0.1",
    "description": "This extension keeps a set of tabs permanently pinned in your browser window.",
    "manifest_version": 3,
    "icons": {
        "64": "images\/icons\/favicon-64x64.png",
        "128": "images\/icons\/favicon-128x128.png",
        "512": "images\/icons\/favicon-512x512.png"
    },
    "action": {
        "default_icon": {
            "64": "images\/icons\/favicon-64x64.png",
            "128": "images\/icons\/favicon-128x128.png",
            "512": "images\/icons\/favicon-512x512.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background\/sw.js",
        "type": "module"
    }
}