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
Hvad er Right Click for IFTTT Webhooks - unofficial?
Right Click for IFTTT Webhooks - unofficial er en Chrome-udvidelse udviklet af https://omarnas.com, og dens hovedfunktion er "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Udvidelsesskærmbilleder
Download Right Click for IFTTT Webhooks - unofficial-udvidelses-CRX-fil
Download Right Click for IFTTT Webhooks - unofficial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
Officiel URL | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Beskrivelse | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
Filstørrelse | 107 KB |
Antal Installationer | 272 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2020-09-25 |
Udgivelsesdato | 2020-09-25 |
Udvikler | https://omarnas.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Hjælpeside-URL | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Understøttede Sprog | 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" } |