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
Cos'è Right Click for IFTTT Webhooks - unofficial?
Right Click for IFTTT Webhooks - unofficial è un'estensione di Chrome sviluppata da https://omarnas.com, e la sua funzione principale è "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right Click for IFTTT Webhooks - unofficial
Scarica i file di estensione Right Click for IFTTT Webhooks - unofficial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Descrizione | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
Dimensione del File | 107 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2020-09-25 |
Data di Pubblicazione | 2020-09-25 |
Sviluppatore | https://omarnas.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
URL della Pagina di Aiuto | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Lingue Supportate | 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" } |