RESTer

A REST client for almost any web service.

Apa itu RESTer?

RESTer adalah ekstensi Chrome yang dikembangkan oleh Jan Kühle, dan fitur utamanya adalah "A REST client for almost any web service.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RESTer

Unduh file ekstensi RESTer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama RESTer RESTer
ID eejfoncpjfgmeleakejdcanedmefagga
URL Resmi https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga
Deskripsi A REST client for almost any web service.
Ukuran File 2.12 MB
Jumlah Instalasi 37,083
Versi Saat Ini 4.12.0
Terakhir Diperbarui 2023-11-26
Tanggal Publikasi 2020-06-14
Penilaian 4.65/5 Total 23 Penilaian
Pengembang Jan Kühle
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/frigus02/RESTer
URL Halaman Bantuan https://github.com/frigus02/RESTer/issues
Bahasa yang Didukung 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"
}