Share link via email

Adds a button and context menu item to send the page URL or a link URL via email

Co to jest Share link via email?

Share link via email to rozszerzenie Chrome opracowane przez Cobote, a jego główną funkcją jest „Adds a button and context menu item to send the page URL or a link URL via email”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Share link via email

Pobierz pliki rozszerzeń Share link via email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Create a new email with the current address, selected link or selected text.

The email will include the page title. You can set text to be added before and after the page URL in the email.

Email Clients to choose from:
Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Oficjalny URL https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Opis Adds a button and context menu item to send the page URL or a link URL via email
Rozmiar pliku 74.03 KB
Liczba instalacji 83,103
Aktualna Wersja 4.0.3
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2020-05-11
Ocena 3.93/5 Łącznie 187 Oceny
Deweloper Cobote
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/Cobote/share-link-via-email/issues
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share link via email",
    "short_name": "Share Link",
    "version": "4.0.3",
    "description": "Adds a button and context menu item to send the page URL or a link URL via email",
    "manifest_version": 3,
    "icons": {
        "16": "images\/stock_mail.png",
        "48": "images\/stock_mail.png",
        "128": "images\/stock_mail.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "images\/stock_mail.png",
            "38": "images\/stock_mail.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    }
}