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
O que é Right Click for IFTTT Webhooks - unofficial?
Right Click for IFTTT Webhooks - unofficial é uma extensão do Chrome desenvolvida por https://omarnas.com, e sua principal característica é "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Right Click for IFTTT Webhooks - unofficial
Baixe arquivos de extensão Right Click for IFTTT Webhooks - unofficial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
URL Oficial | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Descrição | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 272 |
Versão Atual | 1.1.2 |
Última Atualização | 2020-09-25 |
Data de Publicação | 2020-09-25 |
Desenvolvedor | https://omarnas.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
URL da Página de Ajuda | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Idiomas Suportados | 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" } |