Grammatip Correct

Get all your answers correct!

Grammatip Correct là gì?

Grammatip Correct là một tiện ích mở rộng Chrome được phát triển bởi Meep, và tính năng chính của nó là "Get all your answers correct!".

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

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

                        Activate on the grammatip.com results page (the one with the thumbs up/down) and get all your results correct! (Only visual, they don't actually register as correct)                    

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

Tên Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
URL Chính Thức https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
Mô tả Get all your answers correct!
Kích Thước Tệp 20.18 KB
Số Lần Cài Đặt 359
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-14
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Meep
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammatip Correct",
    "description": "Get all your answers correct!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Grammatip Correct"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meebook.com\/mine-forloeb\/*"
            ],
            "js": [
                "pageGetter.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/meebook.com\/mine-forloeb\/*",
        "tabs",
        "activeTab"
    ]
}