RESTer
A REST client for almost any web service.
Vad är RESTer?
RESTer är en Chrome-tillägg utvecklad av Jan Kühle, och dess huvudfunktion är "A REST client for almost any web service.".
Tilläggsskärmbilder
Ladda ner RESTer-förlängningens CRX-fil
Ladda ner RESTer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | RESTer |
ID | eejfoncpjfgmeleakejdcanedmefagga |
Officiell webbadress | https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga |
Beskrivning | A REST client for almost any web service. |
Filstorlek | 2.12 MB |
Antal Installationer | 37,083 |
Aktuell Version | 4.12.0 |
Senast Uppdaterad | 2023-11-26 |
Publiceringsdatum | 2020-06-14 |
Betyg | 4.65/5 Totalt 23 Betyg |
Utvecklare | Jan Kühle |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/frigus02/RESTer |
Hjälpsida URL | https://github.com/frigus02/RESTer/issues |
Stödda Språk | 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", " |