MockStar

MockStar 调试工具用于 mock server

What is MockStar?

MockStar is a Chrome extension developed by helinjiang, and its main feature is "MockStar 调试工具用于 mock server".

Extension Screenshots

screenshot
screenshot

Download MockStar Extension CRX File

Download MockStar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome DevTools extension for debugging mockstar applications.                    

Extension Basic Information

Name MockStar MockStar
ID ilobmcmmonneghpjpkcjgbbbmccnngfn
Official URL https://chromewebstore.google.com/detail/mockstar/ilobmcmmonneghpjpkcjgbbbmccnngfn
Description MockStar 调试工具用于 mock server
File Size 1.67 MB
Installation Count 34
Current Version 1.3.1
Last Updated 2020-09-13
Publish Date 2020-08-26
Developer helinjiang
Email [email protected]
Payment Type free
Extension Website https://mockstarjs.github.io/mockstar/
Help Page URL https://github.com/matmanjs/matman/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MockStar",
    "version": "1.3.1",
    "description": "MockStar \u8c03\u8bd5\u5de5\u5177\u7528\u4e8e mock server",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}