Email this page (ver I. DUMAIRE)
This extension allow you to send the URL with the selected text by email or Gmail quickly.
Email this page (ver I. DUMAIRE) क्या है?
Email this page (ver I. DUMAIRE) idumaire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allow you to send the URL with the selected text by email or Gmail quickly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email this page (ver I. DUMAIRE) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application. You can set a default email address, if you have the habit to send this kind of message to the same email. The selected text in the current page is added inside the email. The 2021 update integrate the right click shortcut to fire the action "send this page URL by email" 2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?') Do not hesitate to leave a message.
एक्सटेंशन की मूल जानकारी
नाम | Email this page (ver I. DUMAIRE) |
ID | licmdalmnnmacjecaajcjdnjadoplnjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo |
विवरण | This extension allow you to send the URL with the selected text by email or Gmail quickly. |
फ़ाइल का आकार | 14.14 KB |
स्थापना संख्या | 7,304 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2021-01-28 |
प्रकाशन तिथि | 2017-02-20 |
रेटिंग | 3.48/5 कुल 40 रेटिंग्स |
डेवलपर | idumaire |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email this page (ver I. DUMAIRE)", "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.", "version": "1.3.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "mail_128x128.png" }, "options_page": "options.html", "permissions": [ "tabs", "activeTab", "contextMenus" ], "browser_action": { "default_title": "Email this page !", "default_icon": "email_16x16.png" }, "manifest_version": 2 } |