Email This Page
A utility extension to email web pages
ما هو Email This Page؟
Email This Page هو إضافة Chrome تم تطويرها بواسطة Mitchell Mark-George، والميزة الرئيسية لها هي "A utility extension to email web pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Email This Page
قم بتنزيل ملفات الامتداد Email This Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |