WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
程序员在线工具箱 - JSON格式化、SQL美化、UUID生成、随机字符串工具

程序员在线工具箱 - JSON格式化、SQL美化、UUID生成、随机字符串工具

View on Chrome Web Store
View 程序员在线工具箱 - JSON格式化、SQL美化、UUID生成、随机字符串工具 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

提供在线 JSON 格式化与美化、SQL 格式化、UUID 生成、随机字符串生成、时间日期处理、文本哈希加密、URL 编码/解码、文本比较与统计、常用 SQL 示例、Git 命令、Linux 命令、Markdown 语法参考等功能,帮助程序员高效开发与调试。
Type
Extension
Users
422 users
3
Website cxytools.com
lyq
View author page of lyq
Published
Published on June 10, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on April 28, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View 程序员在线工具箱 - JSON格式化、SQL美化、UUID生成、随机字符串工具 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7a0b\u5e8f\u5458\u5728\u7ebf\u5de5\u5177\u7bb1 - JSON\u683c\u5f0f\u5316\u3001SQL\u7f8e\u5316\u3001UUID\u751f\u6210\u3001\u968f\u673a\u5b57\u7b26\u4e32\u5de5\u5177",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "\u63d0\u4f9b\u5728\u7ebf JSON \u683c\u5f0f\u5316\u4e0e\u7f8e\u5316\u3001SQL \u683c\u5f0f\u5316\u3001UUID \u751f\u6210\u3001\u968f\u673a\u5b57\u7b26\u4e32\u751f\u6210\u3001\u65f6\u95f4\u65e5\u671f\u5904\u7406\u3001\u6587\u672c\u54c8\u5e0c\u52a0\u5bc6\u3001URL \u7f16\u7801\/\u89e3\u7801\u3001\u6587\u672c\u6bd4\u8f83\u4e0e\u7edf\u8ba1\u3001\u5e38\u7528 SQL \u793a\u4f8b\u3001Git \u547d\u4ee4\u3001Linux \u547d\u4ee4\u3001Markdown \u8bed\u6cd5\u53c2\u8003\u7b49\u529f\u80fd\uff0c\u5e2e\u52a9\u7a0b\u5e8f\u5458\u9ad8\u6548\u5f00\u53d1\u4e0e\u8c03\u8bd5\u3002",
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u7a0b\u5e8f\u5458\u5728\u7ebf\u5de5\u5177\u7bb1 - JSON\u683c\u5f0f\u5316\u3001SQL\u7f8e\u5316\u3001UUID\u751f\u6210\u3001\u968f\u673a\u5b57\u7b26\u4e32\u5de5\u5177",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/chunk-vendors.js"
            ],
            "css": [
                "css\/popup.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Opens popup.html"
        }
    },
    "homepage_url": "http:\/\/cxytools.com"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top