Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

Incorrekt Grammer là gì?

Incorrekt Grammer là một tiện ích mở rộng Chrome được phát triển bởi Kyle Apfel, và tính năng chính của nó là "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Ả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 Incorrekt Grammer

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

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

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

Tên Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
URL Chính Thức https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Mô tả Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Kích Thước Tệp 28.93 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-09-06
Ngày Phát Hành 2015-09-06
Nhà Phát Triển Kyle Apfel
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": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}