Mimic , mock http requests
Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!
Qu'est-ce que Mimic , mock http requests ?
Mimic , mock http requests est une extension Chrome développée par Almog Sade, et sa fonction principale est "Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mimic , mock http requests
Téléchargez les fichiers d'extension Mimic , mock http requests au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This plugin is a simulator for HTTP-based APIs. It can be used for mocking any web site integrate with HTTP or HTTPS. It enables you testing of edge cases and failure modes that the real API won't reliably produce.It's created for developers who at many times wish they had an easy way to setup a mock api. Mimic plugin is built on mimic framework, with an intuitive web UI for injective scenarios,scripts without preconfiguration. For more details visit : https://github.com/500tech/mimic
Informations de Base sur l'Extension
Nom | Mimic , mock http requests |
ID | fbbngjdkfemadhbhoodkckipcefojnli |
URL Officiel | https://chromewebstore.google.com/detail/mimic-mock-http-requests/fbbngjdkfemadhbhoodkckipcefojnli |
Description | Mimic is a seamless mocking tool that runs inside your browser.No configuration needed! |
Taille du Fichier | 2.48 MB |
Nombre d'Installations | 338 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-03-23 |
Date de Publication | 2019-03-20 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | Almog Sade |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mimic , mock http requests", "short_name": "Mimic", "description": "Mimic is a seamless mocking tool that runs inside your browser.No configuration needed!", "version": "1.0", "browser_action": { "default_icon": "mimic.png", "default_popup": "popup.html" }, "icons": { "48": "mimic.png", "96": "mimic_large.png", "128": "mimic_large.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [], "web_accessible_resources": [ "\/js\/utils.js", "\/js\/ace.js", "\/js\/mimic.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |