RESTer

A REST client for almost any web service.

什么是RESTer?

RESTer是由Jan Kühle开发的Chrome扩展程序,该扩展的主要功能是“A REST client for almost any web service.”。

扩展截图

screenshot
screenshot
screenshot

下载RESTer扩展crx文件

下载RESTer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can...

- perform HTTP requests with any method, URL, body and custom headers.
- save favorite requests and organize them in collections.
- view a history of your requests, which includes the full request and response.

The add-on supports the following goodies:

- Create and save your authorization headers with Basic or OAuth2 authentication.
- Use placeholders in saved requests.
- Use shortcuts for the frequently used actions (try pressing "?" to see the available shortcuts for the current context).                    

扩展基本信息

名称 RESTer RESTer
ID eejfoncpjfgmeleakejdcanedmefagga
官方URL https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga
简介 A REST client for almost any web service.
文件大小 2.12 MB
安装次数 37,083
当前版本 4.12.0
更新时间 2023-11-26
上架时间 2020-06-14
评分 4.65/5 共23次评分
开发者 Jan Kühle
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/frigus02/RESTer
帮助页面URL https://github.com/frigus02/RESTer/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESTer",
    "version": "4.12.0",
    "description": "A REST client for almost any web service.",
    "author": "Jan K\u00fchle",
    "homepage_url": "https:\/\/github.com\/frigus02\/RESTer",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "minimum_chrome_version": "67"
}