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 |
Eメール | [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" } |