WhatsShare
Share current tab, links, image URLs and selected text on WhatsApp Web.
O que é WhatsShare?
WhatsShare é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Share current tab, links, image URLs and selected text on WhatsApp Web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WhatsShare
Baixe arquivos de extensão WhatsShare 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
Use its toolbar button or the right click menu option to share the current tab, links, image URLs, and selected text on WhatsApp Web. Keyboard shortcut Alt + W to share the current tab. Extension by BrowserNative. Not affiliated with or created by WhatsApp. Visit homepage for more information: https://browsernative.com/whatsapp-web-share-button/
Informações Básicas da Extensão
Nome | WhatsShare |
ID | nedfogjfbakhgnidebkhfokiclannnbf |
URL Oficial | https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf |
Descrição | Share current tab, links, image URLs and selected text on WhatsApp Web. |
Tamanho do Arquivo | 6.89 KB |
Contagem de Instalações | 1,016 |
Versão Atual | 0.0.5 |
Última Atualização | 2021-01-25 |
Data de Publicação | 2018-04-03 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | BrowserNative |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/whatsapp-web-share-button/ |
URL da Página de Ajuda | https://browsernative.com/whatsapp-web-share-button/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Share on WhatsApp" }, "description": "Share current tab, links, image URLs and selected text on WhatsApp Web.", "homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "WhatsShare", "version": "0.0.5", "permissions": [ "activeTab", "contextMenus" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } } } |