Google Chat thread links & quote reply
Adds button to copy links to threads on Google Chat and adds button to messages to quote reply
Google Chat thread links & quote reply란 무엇입니까?
Google Chat thread links & quote reply은(는) upman16에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply"입니다.
확장 프로그램 스크린샷
Google Chat thread links & quote reply 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Chat does not make it easy to reference chat threads by linking to them. This plugin adds a button to each thread to copy a link to it and also adds a button to quote reply to messages. Select a part of a message and click on the quote reply button to quote that particular part or simply click on quote reply to quote the complete message. Consider donating to keep the extension up and maintained if you enjoy it. https://bit.ly/3p5hD2o
확장 프로그램 기본 정보
이름 | Google Chat thread links & quote reply |
ID | aogkhbmeeckelbhfemleoajbglamokbc |
공식 URL | https://chromewebstore.google.com/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc |
설명 | Adds button to copy links to threads on Google Chat and adds button to messages to quote reply |
파일 크기 | 20.11 KB |
설치 횟수 | 147,178 |
현재 버전 | 0.0.13 |
최근 업데이트 | 2023-07-08 |
출시 날짜 | 2020-04-24 |
평점 | 3.82/5 총 96 개의 평점 |
개발자 | upman16 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/upman/gchat-copy |
도움말 페이지 URL | https://github.com/upman/gchat-copy/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat thread links & quote reply", "description": "Adds button to copy links to threads on Google Chat and adds button to messages to quote reply", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |