Share to Native Apps
Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
O que é Share to Native Apps?
Share to Native Apps é uma extensão do Chrome desenvolvida por https://browsernative.com, e sua principal característica é "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Share to Native Apps
Baixe arquivos de extensão Share to Native Apps 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
Works only on secured pages, and requires Chrome 93+ on Windows and ChromeOS. Visit our home page for more details: https://browsernative.com/web-share-api-extension/
Informações Básicas da Extensão
Nome | Share to Native Apps |
ID | abfbkdogabfjekifogeacikcidnhpaej |
URL Oficial | https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej |
Descrição | Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API. |
Tamanho do Arquivo | 9.78 KB |
Contagem de Instalações | 85 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-08-09 |
Data de Publicação | 2021-01-31 |
Desenvolvedor | https://browsernative.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/web-share-api-extension/ |
URL da Página de Ajuda | https://browsernative.com/web-share-api-extension/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "icon.png", "default_title": "Share to Native Apps" }, "description": "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.", "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Share to Native Apps", "version": "1.0.3", "minimum_chrome_version": "93", "host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "contextMenus", "scripting", "declarativeContent" ], "homepage_url": "https:\/\/browsernative.com\/web-share-api-extension\/" } |