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

¿Qué es Right Click for IFTTT Webhooks - unofficial?

Right Click for IFTTT Webhooks - unofficial es una extensión de Chrome desarrollada por https://omarnas.com, y su función principal es "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Right Click for IFTTT Webhooks - unofficial

Descarga archivos de extensión Right Click for IFTTT Webhooks - unofficial en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Right Click for IFTTT Webhooks - unofficial Right Click for IFTTT Webhooks - unofficial
ID cjaclpcmebclfeifookbmpaemblbkchn
URL Oficial https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn
Descripción Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons
Tamaño del Archivo 107 KB
Cantidad de Instalaciones 272
Versión Actual 1.1.2
Última Actualización 2020-09-25
Fecha de Publicación 2020-09-25
Desarrollador https://omarnas.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://omarnas.com/ifttt-chrome-right-click-to-webhook/
URL de la Página de Ayuda http://omarnas.com/ifttt-chrome-right-click-to-webhook/
Idiomas Soportados 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"
}