docway

简单好用的在线api文档管理工具

What is docway?

docway is a Chrome extension developed by https://www.docway.net, and its main feature is "简单好用的在线api文档管理工具".

Extension Screenshots

screenshot

Download docway Extension CRX File

Download docway 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

                        小幺鸡在线接口文档管理系统,支持http文档在线预览,支持json,txt,xml,binary等数据格式在线测试。
1. 解决chrome 73+ 问题,不支持文件上传
2. 解决文件上传问题。
3. 修复打开地址错误问题                    

Extension Basic Information

Name docway docway
ID omohfhadnbkakganodaofplinheljnbd
Official URL https://chromewebstore.google.com/detail/docway/omohfhadnbkakganodaofplinheljnbd
Description 简单好用的在线api文档管理工具
File Size 22.75 KB
Installation Count 3,021
Current Version 3.3.1
Last Updated 2022-04-28
Publish Date 2020-02-16
Rating 4.71/5 Total 14 Ratings
Developer https://www.docway.net
Email [email protected]
Payment Type free
Extension Website http://www.xiaoyaoji.cn
Help Page URL http://www.xiaoyaoji.cn/project/help
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "docway",
    "description": "\u7b80\u5355\u597d\u7528\u7684\u5728\u7ebfapi\u6587\u6863\u7ba1\u7406\u5de5\u5177",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.1",
    "homepage_url": "http:\/\/www.xiaoyaoji.cn",
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "docway\u5728\u7ebf\u63a5\u53e3\u6587\u6863\u7ba1\u7406"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/xiaoyaoji.cn\/*",
                "*:\/\/*.xiaoyaoji.cn\/*",
                ""
            ],
            "js": [
                "script\/script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}