Quote reply for Chat
Adds button to copy links to threads on Chat and adds button to messages to quote reply
Wat is Quote reply for Chat?
Quote reply for Chat is een Chrome-extensie ontwikkeld door Daniel Mendel, en de belangrijkste functie is "Adds button to copy links to threads on Chat and adds button to messages to quote reply".
Extensie Screenshots
Download het CRX-bestand van de extensie Quote reply for Chat
Download Quote reply for Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quote reply for Chat |
ID | ahedbaplpdhdlekpbgcghkoknfiffgaa |
Officiële URL | https://chromewebstore.google.com/detail/quote-reply-for-chat/ahedbaplpdhdlekpbgcghkoknfiffgaa |
Beschrijving | Adds button to copy links to threads on Chat and adds button to messages to quote reply |
Bestandsgrootte | 14.73 KB |
Aantal Installaties | 12,480 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-23 |
Publicatiedatum | 2021-05-22 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Daniel Mendel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |