Send to Mail
Share a URL directly from your browser via email
¿Qué es Send to Mail?
Send to Mail es una extensión de Chrome desarrollada por https://blog.adrianistan.eu, y su función principal es "Share a URL directly from your browser via email".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Send to Mail
Descarga archivos de extensión Send to Mail 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
Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.
Información Básica de la Extensión
Nombre | Send to Mail |
ID | ffcinmkbpiamlpccghkkglghggpahnab |
URL Oficial | https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab |
Descripción | Share a URL directly from your browser via email |
Tamaño del Archivo | 48.74 KB |
Cantidad de Instalaciones | 3,124 |
Versión Actual | 2.0.3 |
Última Actualización | 2021-03-21 |
Fecha de Publicación | 2020-01-30 |
Calificación | 4.13/5 Total de 8 Calificaciones |
Desarrollador | https://blog.adrianistan.eu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://adrianistan.eu/ |
URL de la Página de Ayuda | https://adrianistan.eu |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Mail", "version": "2.0.3", "description": "Share a URL directly from your browser via email", "homepage_url": "https:\/\/adrianistan.eu", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "applications": { "gecko": { "id": "send-to-mail@divel", "strict_min_version": "55.0" } }, "permissions": [ "contextMenus", "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background\/mail.js" ] }, "browser_action": { "default_icon": "icons\/96.png" } } |