Email This Page

A utility extension to email web pages

Email This Page क्या है?

Email This Page Mitchell Mark-George द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A utility extension to email web pages"।

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

screenshot

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

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

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

                        This is a simple extension to create an email to send web pages. You can either click the context menu or you can click the browser action (the popup button) near the top of the browser.

Feel free to provide feedback!                    

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

नाम Email This Page Email This Page
ID pkobefacffdbbhnlaemehfjanmcgedpc
आधिकारिक URL https://chromewebstore.google.com/detail/email-this-page/pkobefacffdbbhnlaemehfjanmcgedpc
विवरण A utility extension to email web pages
फ़ाइल का आकार 8.81 KB
स्थापना संख्या 1,218
वर्तमान संस्करण 2.1
अंतिम अपडेट 2022-07-03
प्रकाशन तिथि 2020-11-17
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर Mitchell Mark-George
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MitchellMarkGeorge/EmailThisPage
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email This Page",
    "version": "2.1",
    "description": "A utility extension to email web pages",
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "logo.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}