Send To WebHook
Send link, image or selected text to webhooks by filters
Send To WebHookとは何ですか?
Send To WebHookはEric Fanによって開発されたChromeの拡張機能で、その主な機能は「Send link, image or selected text to webhooks by filters」です。
拡張機能のスクリーンショット
Send To WebHook拡張機能のCRXファイルをダウンロード
Send To WebHook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to configure multiple webhook based on url and/or the selections
拡張機能の基本情報
名前 | Send To WebHook |
ID | hoglpfllfgiennflpdodjpaaecpfodpe |
公式URL | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
説明 | Send link, image or selected text to webhooks by filters |
ファイルサイズ | 233 KB |
インストール数 | 727 |
現在のバージョン | 1.7.0 |
最終更新日 | 2023-12-06 |
公開日 | 2019-06-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Eric Fan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send To WebHook", "version": "1.7.0", "description": "Send link, image or selected text to webhooks by filters", "background": { "page": "index.html?page=background" }, "browser_action": { "default_popup": "index.html?page=popup" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_ui": { "page": "index.html?page=options", "chrome_style": true } } |