RESTer
A REST client for almost any web service.
Cos'è RESTer?
RESTer è un'estensione di Chrome sviluppata da Jan Kühle, e la sua funzione principale è "A REST client for almost any web service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RESTer
Scarica i file di estensione RESTer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | RESTer |
ID | eejfoncpjfgmeleakejdcanedmefagga |
URL Ufficiale | https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga |
Descrizione | A REST client for almost any web service. |
Dimensione del File | 2.12 MB |
Conteggio Installazioni | 37,083 |
Versione Corrente | 4.12.0 |
Ultimo Aggiornamento | 2023-11-26 |
Data di Pubblicazione | 2020-06-14 |
Valutazione | 4.65/5 Totale 23 Valutazioni |
Sviluppatore | Jan Kühle |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/frigus02/RESTer |
URL della Pagina di Aiuto | https://github.com/frigus02/RESTer/issues |
Lingue Supportate | 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", " |