Thread Master
Extends Google Chat Threads with extra features
O que é Thread Master?
Thread Master é uma extensão do Chrome desenvolvida por threadmaster, e sua principal característica é "Extends Google Chat Threads with extra features".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thread Master
Baixe arquivos de extensão Thread Master no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Thread master allows naming & renaming individual threads in google chat. The names are shared among all participants of the threaded room and changing a name should be visible to all those who also use this add-on. Additionally, displays links to all loaded threads in said room on the right side with a separate scroll bar to scroll through a large list of threads in selected room. Clicking on any of them will scroll to said thread. UPDATE: Added support for new google chat displayed through mail.google.com UPDATE 2: Added support for both chat.google.com and chat displayed through mail.google.com/chat UPDATE 3: Fixed compatibility with Chrome v92 (i.e. https://chromestatus.com/feature/5148698084376576 ) which didn't allow users to change thread names. UPDATE 4: Added support for dark mode UPDATE 5: fix for new google chat layout UPDATE 6: Added basic support for in-line threads.
Informações Básicas da Extensão
Nome | Thread Master |
ID | aeojppplpcnfkmpcipigmoffjkiffken |
URL Oficial | https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken |
Descrição | Extends Google Chat Threads with extra features |
Tamanho do Arquivo | 50.96 KB |
Contagem de Instalações | 5,537 |
Versão Atual | 0.2.0 |
Última Atualização | 2023-04-03 |
Data de Publicação | 2021-02-22 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | threadmaster |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thread Master", "description": "Extends Google Chat Threads with extra features", "version": "0.2.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/u\/0\/frame*" ], "all_frames": true, "js": [ "threadmaster.js" ], "run_at": "document_end" } ] } |