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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย El Dander และคุณลักษณะหลักของมันคือ "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy disposable email address

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}