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 هو إضافة Chrome تم تطويرها بواسطة 【NXTED】M.F، والميزة الرئيسية لها هي "Adds button to copy links to message on Google Chat.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Chat copy message links
قم بتنزيل ملفات الامتداد Google Chat copy message links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Focus on the message and a button to copy the link will appear. Tested Devices: Windows11
معلومات أساسية عن التمديد
الاسم | 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 |
البريد الإلكتروني | [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" } ] } |