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
What is Right Click for IFTTT Webhooks - unofficial?
Right Click for IFTTT Webhooks - unofficial is a Chrome extension developed by https://omarnas.com, and its main feature is "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Extension Screenshots
Download Right Click for IFTTT Webhooks - unofficial Extension CRX File
Download Right Click for IFTTT Webhooks - unofficial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will allow you to create custom buttons for IFTTT webhooks and pass dynamic variables of the selected item (Selected Text, Link, Image source ) also it can be used as a static virtual button trigger
Extension Basic Information
Name | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
Official URL | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Description | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
File Size | 107 KB |
Installation Count | 272 |
Current Version | 1.1.2 |
Last Updated | 2020-09-25 |
Publish Date | 2020-09-25 |
Developer | https://omarnas.com |
[email protected] | |
Payment Type | free |
Extension Website | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Help Page URL | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Supported Languages | en-US |
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": { "128": "icon_128.png", "16": "icon_16.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" } |