Skip to content

sunworthy/Chrome-MyPrettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-MyPrettier

A chrome extension for code beautification, minification, sorting, underscore to camel case, table preview, json to java, compare text

function list

code Prettier (美化)

json Prettier

img.png

sql Prettier

img.png

Minify (压缩)

img.png

sort by json key (排序)

default: asc img.png

Underscore to Camel Case (驼峰)

before

img.png

after

img.png

table preview

img.png

compare text

img.png

json to java

  1. switch to java preview mode
  2. click Prettier button img.png

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview

release

  1. pnpm build
  2. drag dist to chrome extensions

todo

  • Refactor using WXT framework

About

MyPrettier extention for Chrome; Prettier json and others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published