GChat - Pin threads

Pin your threads to use another time

GChat - Pin threadsคืออะไร?

GChat - Pin threads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lasalvadordev และคุณลักษณะหลักของมันคือ "Pin your threads to use another time"

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

screenshot
screenshot
screenshot

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

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

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

                        An Extension to pin your threads on google chat. With this package you can click on the "Pin Your Thread" button and we save the thread's link with a name of your preference and you can easily access this thread when you want. You can remove the Pinned thread when you want clickingin the "X" button.                    

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

ชื่อ GChat - Pin threads GChat - Pin threads
ID indkckjhobpnbgkjbppehhihfpdmcjon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gchat-pin-threads/indkckjhobpnbgkjbppehhihfpdmcjon
คำอธิบาย Pin your threads to use another time
ขนาดไฟล์ 8.93 KB
จำนวนการติดตั้ง 498
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-08-11
วันที่เผยแพร่ 2022-02-14
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา lasalvadordev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GChat - Pin threads",
    "description": "Pin your threads to use another time",
    "action": {
        "default_icon": ".\/images\/logo.png",
        "default_popup": ".\/popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/scripts\/content.js"
            ],
            "css": [
                ".\/styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.0.5"
}