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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://omarnas.com และคุณลักษณะหลักของมันคือ "Add Right Click button to trigger IFTTT Webhook passing dynamic variables links/page/text or it can be used as virtual buttons"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right Click for IFTTT Webhooks - unofficial
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |