Grammatip Correct

Get all your answers correct!

What is Grammatip Correct?

Grammatip Correct is a Chrome extension developed by Meep, and its main feature is "Get all your answers correct!".

Download Grammatip Correct Extension CRX File

Download Grammatip Correct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
Official URL https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
Description Get all your answers correct!
File Size 20.18 KB
Installation Count 359
Current Version 1.0
Last Updated 2017-08-14
Publish Date 2017-08-14
Rating 2.20/5 Total 5 Ratings
Developer Meep
Payment Type free
Supported Languages 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"
    ]
}