CodeBeautify
All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
Vad är CodeBeautify?
CodeBeautify är en Chrome-tillägg utvecklad av https://codebeautify.org, och dess huvudfunktion är "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".
Tilläggsskärmbilder
Ladda ner CodeBeautify-förlängningens CRX-fil
Ladda ner CodeBeautify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | CodeBeautify |
ID | popfphmhmamgbcboijokepmcjnanoknp |
Officiell webbadress | https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp |
Beskrivning | All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters |
Filstorlek | 445 KB |
Antal Installationer | 9,791 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2022-11-17 |
Publiceringsdatum | 2021-09-05 |
Betyg | 5.00/5 Totalt 14 Betyg |
Utvecklare | https://codebeautify.org |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://codebeautify.org |
Hjälpsida URL | https://codebeautify.org/contactus |
URL till Sekretesspolicy Sidan | https://codebeautify.org/policy |
Stödda Språk | 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" } } |