Google Chat Replyer
Reply add-on for Google Chat
什麼是Google Chat Replyer?
Google Chat Replyer是由https://liva.co.jp開發的Chrome擴展程式,該擴展的主要功能是“Reply add-on for Google Chat”。
擴展截圖
下載Google Chat Replyer擴展crx文件
下載Google Chat Replyer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Google Chat Replyer |
ID | fhceckbcdngkffcmheindcaeekdnckog |
官方網址 | https://chromewebstore.google.com/detail/google-chat-replyer/fhceckbcdngkffcmheindcaeekdnckog |
簡介 | Reply add-on for Google Chat |
檔案大小 | 11.64 KB |
安裝次數 | 109 |
目前版本 | 1.5.3 |
更新時間 | 2023-12-15 |
上架時間 | 2023-10-18 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://liva.co.jp |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |