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
Wat is Right Click for IFTTT Webhooks - unofficial?
Right Click for IFTTT Webhooks - unofficial is een Chrome-extensie ontwikkeld door https://omarnas.com, en de belangrijkste functie is "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Extensie Screenshots
Download het CRX-bestand van de extensie Right Click for IFTTT Webhooks - unofficial
Download Right Click for IFTTT Webhooks - unofficial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
Officiële URL | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Beschrijving | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
Bestandsgrootte | 107 KB |
Aantal Installaties | 272 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-09-25 |
Publicatiedatum | 2020-09-25 |
Ontwikkelaar | https://omarnas.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Help Pagina-URL | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Ondersteunde Talen | 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" } |