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
官方URL 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"
        }
    ]
}