Easy disposable email address
Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.
什么是Easy disposable email address?
Easy disposable email address是由El Dander开发的Chrome扩展程序,该扩展的主要功能是“Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.”。
扩展截图
下载Easy disposable email address扩展crx文件
下载Easy disposable email address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Need a disposable email address? This extension makes it easy! Whenever you need a disposable email address, just right click to insert a temporary address and a new tab will open in the background. When you need to check for email, just go to that tab and refresh! Options page allows you to change the default disposable email address provider. If your default isn't working it will automatically try the others. This extension won't request access to all your websites - only those providing disposable email - and will only run and take up memory when you use it, thanks to the latest Chrome features.
扩展基本信息
名称 | Easy disposable email address |
ID | mkpfodpjhekjdhkchalfflggeoamfajh |
官方URL | https://chromewebstore.google.com/detail/easy-disposable-email-add/mkpfodpjhekjdhkchalfflggeoamfajh |
简介 | Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions. |
文件大小 | 20.55 KB |
安装次数 | 2,215 |
当前版本 | 1.5 |
更新时间 | 2017-02-19 |
上架时间 | 2017-02-19 |
评分 | 4.49/5 共45次评分 |
开发者 | El Dander |
付费类型 | free |
扩展官网 | https://github.com/el-dander/Easy-disposable-email-address |
帮助页面URL | https://github.com/el-dander/Easy-disposable-email-address |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "providers.js", "background.js" ], "persistent": false }, "description": "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "name": "Easy disposable email address", "options_page": "options.html", "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/www.dispostable.com\/", "http:\/\/mailinator.com\/", "http:\/\/mailcatch.com\/", "https:\/\/harakirimail.com\/" ], "version": "1.5" } |