Quote reply for Chat
Adds button to copy links to threads on Chat and adds button to messages to quote reply
Hvad er Quote reply for Chat?
Quote reply for Chat er en Chrome-udvidelse udviklet af Daniel Mendel, og dens hovedfunktion er "Adds button to copy links to threads on Chat and adds button to messages to quote reply".
Udvidelsesskærmbilleder
Download Quote reply for Chat-udvidelses-CRX-fil
Download Quote reply for Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Quote reply for Chat |
ID | ahedbaplpdhdlekpbgcghkoknfiffgaa |
Officiel URL | https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa |
Beskrivelse | Adds button to copy links to threads on Chat and adds button to messages to quote reply |
Filstørrelse | 14.73 KB |
Antal Installationer | 12,480 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-23 |
Udgivelsesdato | 2021-05-22 |
Bedømmelse | 4.60/5 Samlet 5 Bedømmelser |
Udvikler | Daniel Mendel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |