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 |
电子邮箱 | [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" } } |