Quote reply for Chat
Adds button to copy links to threads on Chat and adds button to messages to quote reply
Quote reply for Chat란 무엇입니까?
Quote reply for Chat은(는) Daniel Mendel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds button to copy links to threads on Chat and adds button to messages to quote reply"입니다.
확장 프로그램 스크린샷
Quote reply for Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adiciona um botão para copiar links para conversas no bate-papo do Google e adiciona um botão para citar uma resposta O Bate-papo do Google não facilita a referência a tópicos de bate-papo vinculando a eles. Este plugin adiciona um botão a cada tópico para copiar um link para ele e também adiciona um botão para citar a resposta às mensagens. Selecione uma parte de uma mensagem e clique no botão citar resposta para citar essa parte específica ou simplesmente clique em citar resposta para citar a mensagem completa.
확장 프로그램 기본 정보
이름 | Quote reply for Chat |
ID | ahedbaplpdhdlekpbgcghkoknfiffgaa |
공식 URL | https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa |
설명 | Adds button to copy links to threads on Chat and adds button to messages to quote reply |
파일 크기 | 14.73 KB |
설치 횟수 | 12,480 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-05-23 |
출시 날짜 | 2021-05-22 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Daniel Mendel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pt-BR |
manifest.json | |
{ "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/mail.google.com\/chat\/*", "https:\/\/chat.google.com\/*" ], "run_at": "document_end", "all_frames": true } ], "description": "Adds button to copy links to threads on Chat and adds button to messages to quote reply", "name": "Quote reply for Chat", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |