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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |