Grammatip Correct

Get all your answers correct!

Qu'est-ce que Grammatip Correct ?

Grammatip Correct est une extension Chrome développée par Meep, et sa fonction principale est "Get all your answers correct!".

Télécharger le fichier CRX de l'extension Grammatip Correct

Téléchargez les fichiers d'extension Grammatip Correct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
URL Officiel https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
Description Get all your answers correct!
Taille du Fichier 20.18 KB
Nombre d'Installations 359
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-14
Date de Publication 2017-08-14
Évaluation 2.20/5 Total 5 Évaluations
Développeur Meep
Type de Paiement free
Langues Prises en Charge 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"
    ]
}