Send URL

Implements a button to send page URL (link) via email.

Send URL क्या है?

Send URL keejelo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Implements a button to send page URL (link) via email."।

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

screenshot

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

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

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

                        This extension adds a button (next to the addressbar) which allows you to send a webpage URL (link) via email.

Example: if you use Gmail, then it opens a new send-mail window and adds the webpage title to the email title field, and puts the webpage url in the body of the email. All you have to do is choose a mail recipient and click send.

An easy way to share webpages with your contacts and friends.

Enjoy!


Technical information:
This extension is using the "mailto:" protocol, so all email related issues like which mailclient that opens up and how the mail is formatted is 
related to your system and what your system does with the "mailto:" protocol. So if things don't work as expected or you want to change things, then check your systems "mailto:" protocol settings.

Changelog: 
0.9.5.2 - updated to support Manifest version 3.

0.9.5 - fixed a bug that sometimes just opened a blank page. Should be fixed now.                    

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

नाम Send URL Send URL
ID fmanefafgomooabofffoidipbfdbjilh
आधिकारिक URL https://chromewebstore.google.com/detail/send-url/fmanefafgomooabofffoidipbfdbjilh
विवरण Implements a button to send page URL (link) via email.
फ़ाइल का आकार 10.73 KB
स्थापना संख्या 8,716
वर्तमान संस्करण 0.9.5.2
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2019-07-24
रेटिंग 3.67/5 कुल 21 रेटिंग्स
डेवलपर keejelo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Send URL",
    "short_name": "Send URL",
    "description": "Implements a button to send page URL (link) via email.",
    "version": "0.9.5.2",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "a.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}