Save To E-Mail

This extension will save page to e-mail

ما هو Save To E-Mail؟

Save To E-Mail هو إضافة Chrome تم تطويرها بواسطة https://savetoemail.com، والميزة الرئيسية لها هي "This extension will save page to e-mail".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Save To E-Mail

قم بتنزيل ملفات الامتداد Save To E-Mail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple service to send web pages to E-Mail in readable format. Please note that webpage (including forms and sensitive data) will be processed on external server (savetoemail.com) to transform to readable format.                    

معلومات أساسية عن التمديد

الاسم Save To E-Mail Save To E-Mail
ID kjdehgajbgoilbngcfephkialnfeiaob
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-to-e-mail/kjdehgajbgoilbngcfephkialnfeiaob
الوصف This extension will save page to e-mail
حجم الملف 235 KB
عدد التثبيتات 26
النسخة الحالية 1.2.3
آخر تحديث 2018-03-01
تاريخ النشر 2018-03-01
تقييم 5.00/5 مجموع تقييمات 1
المطور https://savetoemail.com
نوع الدفع free
موقع الإضافة https://savetiemail.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save To E-Mail",
    "description": "This extension will save page to e-mail",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Save To E-Mail",
        "default_icon": "images\/logo_128.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "images\/logo_128.png",
        "256": "images\/logo_256.png",
        "512": "images\/logo_512.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}