url-chat
Here you can talk to other people that are seeing the same URL that you are now
O que é url-chat?
url-chat é uma extensão do Chrome desenvolvida por willroquedev, e sua principal característica é "Here you can talk to other people that are seeing the same URL that you are now".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão url-chat
Baixe arquivos de extensão url-chat 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
Informações Básicas da Extensão
Nome | url-chat |
ID | eaigekfdkfcepdmcincfoieinhjhdlma |
URL Oficial | https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma |
Descrição | Here you can talk to other people that are seeing the same URL that you are now |
Tamanho do Arquivo | 341 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-02-24 |
Data de Publicação | 2018-02-24 |
Desenvolvedor | willroquedev |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/WillRoque/url-chat |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "url-chat", "description": "Here you can talk to other people that are seeing the same URL that you are now", "version": "1.0.1", "browser_action": { "default_icon": "\/img\/chat_small.png", "default_popup": "\/index.html", "default_title": "Click to open this URL's chat" }, "permissions": [ "activeTab", "storage" ] } |