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”。
扩展截图
下载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 |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
官方URL | 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" } |