Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Prettier settings tweaks là gì?
Prettier settings tweaks là một tiện ích mở rộng Chrome được phát triển bởi ryanpcmcquen, và tính năng chính của nó là "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prettier settings tweaks
Tải xuống các tệp mở rộng Prettier settings tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Changes https://prettier.io/playground/ to have 4 space indentation by default, and parens in all arrow functions. Open source, of course: https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
URL Chính Thức | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
Mô tả | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
Kích Thước Tệp | 9.66 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2022-04-18 |
Ngày Phát Hành | 2019-01-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ryanpcmcquen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prettier settings tweaks", "description": "Changes prettier.io\/playground\/ to have 4 space indentation, and parens in all arrow functions.", "version": "0.5.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/prettier.io\/", "https:\/\/prettier.io\/*" ], "js": [ "PrettierSettingsTweaks.js" ] } ] } |