Bad Grammar

Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.

Bad Grammar là gì?

Bad Grammar là một tiện ích mở rộng Chrome được phát triển bởi vocativinteractive, và tính năng chính của nó là "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.".

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

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

                        Terrorize the grammar vigilantes in your life. 

This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. 

Install, sit back, and light a cigar.                    

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

Tên Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
URL Chính Thức https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Mô tả Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Kích Thước Tệp 17.81 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-09
Ngày Phát Hành 2016-03-09
Nhà Phát Triển vocativinteractive
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goo.gl/SsAhv
URL Trang Trợ Giúp https://goo.gl/SsAhv
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammar",
    "version": "1.0",
    "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}