Send to Mail

Share a URL directly from your browser via email

Apa itu Send to Mail?

Send to Mail adalah ekstensi Chrome yang dikembangkan oleh https://blog.adrianistan.eu, dan fitur utamanya adalah "Share a URL directly from your browser via email".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Send to Mail

Unduh file ekstensi Send to Mail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
URL Resmi https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Deskripsi Share a URL directly from your browser via email
Ukuran File 48.74 KB
Jumlah Instalasi 3,124
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2021-03-21
Tanggal Publikasi 2020-01-30
Penilaian 4.13/5 Total 8 Penilaian
Pengembang https://blog.adrianistan.eu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://adrianistan.eu/
URL Halaman Bantuan https://adrianistan.eu
Bahasa yang Didukung 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"
    }
}