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 |
电子邮箱 | [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 } } |