Harakirimail extension

Harakirimail extension

Just right click where you are in need of a Harakirimail (disposable email address), your inbox will open in a background tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Just right click where you are in need of a Harakirimail (disposable email address), your inbox will open in a background tab",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "name": "Harakirimail extension",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.4.1"
}