Send to Mail
Share a URL directly from your browser via email
ما هو Send to Mail؟
Send to Mail هو إضافة Chrome تم تطويرها بواسطة https://blog.adrianistan.eu، والميزة الرئيسية لها هي "Share a URL directly from your browser via email".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send to Mail
قم بتنزيل ملفات الامتداد Send to Mail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.
معلومات أساسية عن التمديد
الاسم | Send to Mail |
ID | ffcinmkbpiamlpccghkkglghggpahnab |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab |
الوصف | Share a URL directly from your browser via email |
حجم الملف | 48.74 KB |
عدد التثبيتات | 3,124 |
النسخة الحالية | 2.0.3 |
آخر تحديث | 2021-03-21 |
تاريخ النشر | 2020-01-30 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | https://blog.adrianistan.eu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://adrianistan.eu/ |
عنوان صفحة المساعدة | https://adrianistan.eu |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Mail", "version": "2.0.3", "description": "Share a URL directly from your browser via email", "homepage_url": "https:\/\/adrianistan.eu", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "applications": { "gecko": { "id": "send-to-mail@divel", "strict_min_version": "55.0" } }, "permissions": [ "contextMenus", "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background\/mail.js" ] }, "browser_action": { "default_icon": "icons\/96.png" } } |