Send Page
Allows you to easily send the url of a page, link, image or video per mail.
Send Page क्या है?
Send Page jacques.stadler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to easily send the url of a page, link, image or video per mail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a new context menu entry called "Send this page.." when right clicking a image, video, link or page. By clicking on "Send this page.." your default (local or web) mail client will create a new mail with the page title as subject and the link as message body. It provides a fast way to quickly send a link to the current website per e-mail to somebody. It works with local Mail clients and WebMail accounts like GMail, Hotmail, etc. Note that if you use a local mail client a default Mail client must be registered on the computer. For sources, latest changes and troubleshoot infos go to: https://github.com/stadler/SendPage
एक्सटेंशन की मूल जानकारी
नाम | Send Page |
ID | higemadklcnjhjpgcbnnbpgeeippjjcp |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-page/higemadklcnjhjpgcbnnbpgeeippjjcp |
विवरण | Allows you to easily send the url of a page, link, image or video per mail. |
फ़ाइल का आकार | 26.19 KB |
स्थापना संख्या | 26,570 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2023-12-09 |
प्रकाशन तिथि | 2016-07-12 |
रेटिंग | 3.10/5 कुल 170 रेटिंग्स |
डेवलपर | jacques.stadler |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/stadler/SendPage |
गोपनीयता नीति पृष्ठ URL | https://github.com/stadler/SendPage/blob/master/TermsOfUse.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send Page", "description": "Allows you to easily send the url of a page, link, image or video per mail.", "version": "3.0", "manifest_version": 3, "author": "Jacques Stadler", "homepage_url": "https:\/\/github.com\/stadler\/SendPage", "icons": { "16": "images\/send-page-16.png", "48": "images\/send-page-48.png", "128": "images\/send-page-128.png" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "sendpage.js" }, "permissions": [ "contextMenus", "storage" ] } |