Share link via email
Adds a button and context menu item to send the page URL or a link URL via email
Share link via emailคืออะไร?
Share link via email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cobote และคุณลักษณะหลักของมันคือ "Adds a button and context menu item to send the page URL or a link URL via email"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share link via email
ดาวน์โหลดไฟล์ส่วนขยาย Share link via email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create a new email with the current address, selected link or selected text. The email will include the page title. You can set text to be added before and after the page URL in the email. Email Clients to choose from: Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Share link via email |
ID | ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
คำอธิบาย | Adds a button and context menu item to send the page URL or a link URL via email |
ขนาดไฟล์ | 74.03 KB |
จำนวนการติดตั้ง | 83,103 |
เวอร์ชันปัจจุบัน | 4.0.3 |
อัปเดตครั้งล่าสุด | 2023-12-13 |
วันที่เผยแพร่ | 2020-05-11 |
คะแนน | 3.93/5 รวมทั้งหมด 187 คะแนน |
ผู้พัฒนา | Cobote |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/Cobote/share-link-via-email/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share link via email", "short_name": "Share Link", "version": "4.0.3", "description": "Adds a button and context menu item to send the page URL or a link URL via email", "manifest_version": 3, "icons": { "16": "images\/stock_mail.png", "48": "images\/stock_mail.png", "128": "images\/stock_mail.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "action": { "default_icon": { "19": "images\/stock_mail.png", "38": "images\/stock_mail.png" } }, "options_page": "options.html", "background": { "service_worker": "js\/service_worker.js", "type": "module" } } |