Google Chat Replyer
Reply add-on for Google Chat
Google Chat Replyer là gì?
Google Chat Replyer là một tiện ích mở rộng Chrome được phát triển bởi https://liva.co.jp, và tính năng chính của nó là "Reply add-on for Google Chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Chat Replyer
Tải xuống các tệp mở rộng Google Chat Replyer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
GoogleChat用の返信アドオンです。 ・返信したいメッセージに返信アイコンが表示されます ・メッセージを引用して返信を行う事が出来ます ・範囲選択後、返信アイコンをクリックすると、選択範囲を引用して返信を行う事が出来ます ・返信元に自動メンションされます ・引用返信部分の表示を旧バージョン形式で表示します -------------------------- This is a reply add-on for GoogleChat. ・A reply icon will be displayed on the message you want to reply to. ・You can quote and reply to messages. ・After selecting the range, click the reply icon to quote the selected range and reply. ・Mentions are automatically added to replies. ・Displays the `quote reply` part in the old version format. v1.5.3 -Return the display of the `quote reply` part to the previous version. v1.5.2 - Bug fixes for threaded spaces - Fixed the ability to move the cursor to the end of the text area
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Chat Replyer |
ID | fhceckbcdngkffcmheindcaeekdnckog |
URL Chính Thức | https://chromewebstore.google.com/detail/google-chat-replyer/fhceckbcdngkffcmheindcaeekdnckog |
Mô tả | Reply add-on for Google Chat |
Kích Thước Tệp | 11.64 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2023-10-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://liva.co.jp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat Replyer", "version": "1.5.3", "description": "Reply add-on for Google Chat", "homepage_url": "https:\/\/bitbucket.org\/liva_dev\/googlechat-replyer\/", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/chat.google.com\/*" ], "run_at": "document_end", "js": [ ".\/googlechat_replayer.js" ] } ], "host_permissions": [ "https:\/\/chat.google.com\/*" ] } |