Coder Social home page Coder Social logo

quickrequest's Introduction

快捷请求 Chrome 插件

快捷请求:一个简单易用的Chrome扩展,允许用户快速发送定制HTTP请求。通过右键菜单,可轻松发送包含当前页面信息的请求,适合将网页的数据快速存储到其他平台。

主要功能

  • 发送HTTP请求:用户可以自定义HTTP请求,包括请求方法、URL、头部和请求体。
  • 动态内容:请求体支持占位符,可将选中的文本、当前页面标题和URL动态插入请求中。
  • 右键菜单集成:在任何网页上,用户可以通过右键点击来快速发送请求。

安装

  1. 克隆或下载此插件的源代码。
  2. 打开Chrome浏览器,导航至 chrome://extensions/
  3. 在页面右上角开启“开发者模式”。
  4. 点击“加载已解压的扩展程序”,选择包含插件代码的文件夹。

使用指南

  1. 右键点击任何网页,然后选择“发送请求”。
  2. 打开插件配置页面,设置您的请求模板和菜单标题。
  3. 保存设置后,在任意网页上使用右键菜单发送定制的请求。

配置

  • 请求模板:在配置页面,您可以设置请求的完整 curl 命令模板。支持使用 $text$$title$$url$ 作为占位符。
  • 菜单标题:自定义右键菜单中显示的标题。

开发者说明

  • 插件使用Manifest V3。
  • 主要文件包括 background.js(后台脚本)、options.htmloptions.js(配置页面及其逻辑)。

反馈和贡献

欢迎任何形式的反馈和贡献。如果您发现了bug或有任何问题,请通过GitHub Issues提交。

许可

此项目遵循 MIT License

联系方式

有任何问题,请通过以下方式联系我:

quickrequest's People

Contributors

kukuze avatar glwhappen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.