Prettier

Prettier all the things.

Prettier là gì?

Prettier là một tiện ích mở rộng Chrome được phát triển bởi https://prettier.io, và tính năng chính của nó là "Prettier all the things.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prettier

Tải xuống các tệp mở rộng Prettier 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

                        For now only StackOverflow and GitHub.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prettier Prettier
ID fbcfnmplppajblbmdehballiekfgdkhp
URL Chính Thức https://chromewebstore.google.com/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp
Mô tả Prettier all the things.
Kích Thước Tệp 3.79 MB
Số Lần Cài Đặt 1,087
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://prettier.io
Loại Thanh Toán free
Trang Web Mở Rộng https://prettier.io
URL Trang Trợ Giúp https://prettier.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettier",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Prettier all the things.",
    "homepage_url": "https:\/\/prettier.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}