Send to Mail
Share a URL directly from your browser via email
Send to Mailとは何ですか?
Send to Mailはhttps://blog.adrianistan.euによって開発されたChromeの拡張機能で、その主な機能は「Share a URL directly from your browser via email」です。
拡張機能のスクリーンショット
Send to Mail拡張機能のCRXファイルをダウンロード
Send to Mail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.
拡張機能の基本情報
名前 | Send to Mail |
ID | ffcinmkbpiamlpccghkkglghggpahnab |
公式URL | https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab |
説明 | Share a URL directly from your browser via email |
ファイルサイズ | 48.74 KB |
インストール数 | 3,124 |
現在のバージョン | 2.0.3 |
最終更新日 | 2021-03-21 |
公開日 | 2020-01-30 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | https://blog.adrianistan.eu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://adrianistan.eu/ |
ヘルプページのURL | https://adrianistan.eu |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to Mail", "version": "2.0.3", "description": "Share a URL directly from your browser via email", "homepage_url": "https:\/\/adrianistan.eu", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "applications": { "gecko": { "id": "send-to-mail@divel", "strict_min_version": "55.0" } }, "permissions": [ "contextMenus", "activeTab", "tabs", "notifications" ], "background": { "scripts": [ "background\/mail.js" ] }, "browser_action": { "default_icon": "icons\/96.png" } } |