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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/*" ] } |