Bad Grammer

For the discerning grammarian.

Bad Grammer là gì?

Bad Grammer là một tiện ích mở rộng Chrome được phát triển bởi vellosset, và tính năng chính của nó là "For the discerning grammarian.".

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

screenshot
screenshot
screenshot

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

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

                        Does it drive you crazy when someone writes "their" instead of "they're"? Do you go insane when you see "whose" instead of "who's"?  

Look no farther. This ones for you.                    

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

Tên Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
URL Chính Thức https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
Mô tả For the discerning grammarian.
Kích Thước Tệp 5.77 KB
Số Lần Cài Đặt 1,233
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-10-19
Ngày Phát Hành 2016-10-19
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển vellosset
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammer",
    "description": "For the discerning grammarian.",
    "version": "1.2",
    "short_name": "Bad Grammer",
    "author": "vellosset",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}