Google Chat copy message links
Adds button to copy links to message on Google Chat.
Apa itu Google Chat copy message links?
Google Chat copy message links adalah ekstensi Chrome yang dikembangkan oleh 【NXTED】M.F, dan fitur utamanya adalah "Adds button to copy links to message on Google Chat.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Chat copy message links
Unduh file ekstensi Google Chat copy message links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Focus on the message and a button to copy the link will appear. Tested Devices: Windows11
Informasi Dasar Ekstensi
Nama | Google Chat copy message links |
ID | fcpndhggcmeanomlafjkgdnbjkbpkeih |
URL Resmi | https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih |
Deskripsi | Adds button to copy links to message on Google Chat. |
Ukuran File | 7.55 KB |
Jumlah Instalasi | 134 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2023-09-15 |
Tanggal Publikasi | 2023-09-14 |
Pengembang | 【NXTED】M.F |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.nxted.co.jp/ |
Bahasa yang Didukung | 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" } ] } |