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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
}