Share link via email

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

Share link via email क्या है?

Share link via email Cobote द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button and context menu item to send the page URL or a link URL via email"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Share link via email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
आधिकारिक URL https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
विवरण Adds a button and context menu item to send the page URL or a link URL via email
फ़ाइल का आकार 74.03 KB
स्थापना संख्या 83,103
वर्तमान संस्करण 4.0.3
अंतिम अपडेट 2023-12-13
प्रकाशन तिथि 2020-05-11
रेटिंग 3.93/5 कुल 187 रेटिंग्स
डेवलपर Cobote
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/Cobote/share-link-via-email/issues
समर्थित भाषाएँ 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"
    }
}