Google Chat copy message links

Adds button to copy links to message on Google Chat.

Google Chat copy message linksとは何ですか?

Google Chat copy message linksは【NXTED】M.Fによって開発されたChromeの拡張機能で、その主な機能は「Adds button to copy links to message on Google Chat.」です。

拡張機能のスクリーンショット

screenshot

Google Chat copy message links拡張機能のCRXファイルをダウンロード

Google Chat copy message links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Focus on the message and a button to copy the link will appear.

Tested Devices: Windows11                    

拡張機能の基本情報

名前 Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
公式URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
説明 Adds button to copy links to message on Google Chat.
ファイルサイズ 7.55 KB
インストール数 134
現在のバージョン 0.0.1
最終更新日 2023-09-15
公開日 2023-09-14
開発者 【NXTED】M.F
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nxted.co.jp/
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}