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 |
官方網址 | 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 |
電子郵箱 | [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 } } |