GChat - Pin threads
Pin your threads to use another time
什麼是GChat - Pin threads?
GChat - Pin threads是由lasalvadordev開發的Chrome擴展程式,該擴展的主要功能是“Pin your threads to use another time”。
擴展截圖
下載GChat - Pin threads擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | indkckjhobpnbgkjbppehhihfpdmcjon | 
| 官方網址 | 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"
}  |  |