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 |
公式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 |
Eメール | [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" } } |