Google Chat Quote And Copy Extension

Use To Quote And Copy Message

什麼是Google Chat Quote And Copy Extension?

Google Chat Quote And Copy Extension是由avimanepatil開發的Chrome擴展程式,該擴展的主要功能是“Use To Quote And Copy Message”。

擴展截圖

screenshot

下載Google Chat Quote And Copy Extension擴展crx文件

下載Google Chat Quote And Copy Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        this chrome extention is secure for your google chat. used to Quote And Copy the chat messages also redirect with Original messages                    

擴展基本資訊

名稱 Google Chat Quote And Copy Extension Google Chat Quote And Copy Extension
ID jiaeojcoanofljjidbddpkjkhbhjoeoo
官方網址 https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo
簡介 Use To Quote And Copy Message
檔案大小 16.99 KB
安裝次數 1,129
目前版本 1.0.1
更新時間 2022-12-20
上架時間 2022-09-07
評分 1.00/5 共 1 次評分
開發者 avimanepatil
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Chat Quote And Copy Extension",
    "description": "Use To Quote And Copy Message",
    "version": "1.0.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": "Avinash Mane",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}