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
Eメール [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"
}