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

什麼是Right Click for IFTTT Webhooks - unofficial?

Right Click for IFTTT Webhooks - unofficial是由https://omarnas.com開發的Chrome擴展程式,該擴展的主要功能是“Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons”。

擴展截圖

screenshot

下載Right Click for IFTTT Webhooks - unofficial擴展crx文件

下載Right Click for IFTTT Webhooks - unofficial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Right Click for IFTTT Webhooks - unofficial Right Click for IFTTT Webhooks - unofficial
ID cjaclpcmebclfeifookbmpaemblbkchn
官方網址 https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn
簡介 Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons
檔案大小 107 KB
安裝次數 272
目前版本 1.1.2
更新時間 2020-09-25
上架時間 2020-09-25
開發者 https://omarnas.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://omarnas.com/ifttt-chrome-right-click-to-webhook/
說明頁面URL http://omarnas.com/ifttt-chrome-right-click-to-webhook/
支援的語言 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"
}