Right Click for IFTTT Webhooks - unofficial

Right Click for IFTTT Webhooks - unofficial

Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Right Click for IFTTT Webhooks - unofficial",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "https://maker.ifttt.com/*",
    "tabs",
    "storage",
    "activeTab"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.1.2"
}