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 là gì?
Right Click for IFTTT Webhooks - unofficial là một tiện ích mở rộng Chrome được phát triển bởi https://omarnas.com, và tính năng chính của nó là "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Right Click for IFTTT Webhooks - unofficial
Tải xuống các tệp mở rộng Right Click for IFTTT Webhooks - unofficial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Right Click for IFTTT Webhooks - unofficial |
ID | cjaclpcmebclfeifookbmpaemblbkchn |
URL Chính Thức | https://chromewebstore.google.com/detail/right-click-for-ifttt-web/cjaclpcmebclfeifookbmpaemblbkchn |
Mô tả | Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 272 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-09-25 |
Ngày Phát Hành | 2020-09-25 |
Nhà Phát Triển | https://omarnas.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
URL Trang Trợ Giúp | http://omarnas.com/ifttt-chrome-right-click-to-webhook/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |