One Click Email
Create a temporary email in one click.
One Click Emailとは何ですか?
One Click Emailはnglgzzによって開発されたChromeの拡張機能で、その主な機能は「Create a temporary email in one click.」です。
拡張機能のスクリーンショット
One Click Email拡張機能のCRXファイルをダウンロード
One Click Email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to create a temporary email with one click. When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset. You can also read incoming emails in case, for example, you need to verify some registration.
拡張機能の基本情報
名前 | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
公式URL | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
説明 | Create a temporary email in one click. |
ファイルサイズ | 11.26 KB |
インストール数 | 86 |
現在のバージョン | 0.4 |
最終更新日 | 2017-02-14 |
公開日 | 2017-02-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | nglgzz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Email", "short_name": "1Click Email", "description": "Create a temporary email in one click.", "version": "0.4", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/10minutemail.com\/", "clipboardWrite" ], "icons": { "128": "icon128.png" } } |