CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
什么是CodeBeautify?
CodeBeautify是由https://codebeautify.org开发的Chrome扩展程序,该扩展的主要功能是“All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters”。
扩展截图
下载CodeBeautify扩展crx文件
下载CodeBeautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Code Beautify is an online code beautifier that allows you to beautify your source code. Code Beautify also provides lots of tools that help to save developer's time. Use search to find more tools. Popular Code Beautify Tools: * JSON Beautify * XML Viewer * SQL Formatter * HTML Viewer * Numbers to Words Converter * Base64 to Image Converter * XML Validator * REM to PX Converter Trending Tools: * Number Sorter * Random Flag Generator * OTP Prompt Generator New Tools Added: * Letter Randomizer * Text Replacer * Full White Screen * JSON Navigator * JSON Fixer * React Formatter * Superpower Generator * Dinosaur Generator * Fursona Generator
扩展基本信息
名称 | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
官方URL | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
简介 | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
文件大小 | 445 KB |
安装次数 | 9,791 |
当前版本 | 1.1 |
更新时间 | 2022-11-17 |
上架时间 | 2021-09-05 |
评分 | 5.00/5 共14次评分 |
开发者 | https://codebeautify.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://codebeautify.org |
帮助页面URL | https://codebeautify.org/contactus |
隐私政策页面URL | https://codebeautify.org/policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodeBeautify", "description": "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/cb.png", "32": "\/img\/cb.png", "48": "\/img\/cb.png", "128": "\/img\/cb.png" } }, "icons": { "16": "\/img\/cb.png", "32": "\/img\/cb.png", "48": "\/img\/cb.png", "128": "\/img\/cb.png" } } |