Mail My Tabs
Email all open tabs in current window. Keyboard Shortcut: Alt + M.
Mail My Tabsとは何ですか?
Mail My Tabsはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Email all open tabs in current window. Keyboard Shortcut: Alt + M.」です。
拡張機能のスクリーンショット
Mail My Tabs拡張機能のCRXファイルをダウンロード
Mail My Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the button on browser toolbar, or the keyboard shortcut command: alt + m. Option to set default multiple recipients, cc & bcc addresses. Choose tabs from current window or all open windows. By default, it opens Gmail but you can use any other email provider or email client installed on your computer. Refer our home page for detailed information on that.
拡張機能の基本情報
名前 | Mail My Tabs |
ID | beohodjedhlnpeonfkbdafafkcndpmnk |
公式URL | https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk |
説明 | Email all open tabs in current window. Keyboard Shortcut: Alt + M. |
ファイルサイズ | 12.65 KB |
インストール数 | 2,050 |
現在のバージョン | 0.0.3 |
最終更新日 | 2020-05-31 |
公開日 | 2020-05-31 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://browsernative.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/mail-my-tabs/ |
ヘルプページのURL | https://browsernative.com/mail-my-tabs/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mail My Tabs", "description": "Email all open tabs in current window. Keyboard Shortcut: Alt + M.", "permissions": [ "tabs" ], "version": "0.0.3", "icons": { "48": "static\/48.png", "128": "static\/128.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Mail My Tabs" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+M" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/mail-my-tabs\/" } |