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是由Cobote開發的Chrome擴展程式,該擴展的主要功能是“Adds a button and context menu item to send the page URL or a link URL via email”。
擴展截圖
下載Share link via email擴展crx文件
下載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 |
官方網址 | 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" } } |