Share to Native Apps
Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.
¿Qué es Share to Native Apps?
Share to Native Apps es una extensión de Chrome desarrollada por https://browsernative.com, y su función principal es "Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Share to Native Apps
Descarga archivos de extensión Share to Native Apps en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | Share to Native Apps |
ID | abfbkdogabfjekifogeacikcidnhpaej |
URL Oficial | https://chromewebstore.google.com/detail/share-to-native-apps/abfbkdogabfjekifogeacikcidnhpaej |
Descripción | Share current tab or selected text to the supported native apps on your computer. Powered by Web Share API. |
Tamaño del Archivo | 9.78 KB |
Cantidad de Instalaciones | 85 |
Versión Actual | 1.0.3 |
Última Actualización | 2022-08-09 |
Fecha de Publicación | 2021-01-31 |
Desarrollador | https://browsernative.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://browsernative.com/web-share-api-extension/ |
URL de la Página de Ayuda | https://browsernative.com/web-share-api-extension/ |
URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
Idiomas Soportados | 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\/" } |