Grammatip Correct

Get all your answers correct!

什么是Grammatip Correct?

Grammatip Correct是由Meep开发的Chrome扩展程序,该扩展的主要功能是“Get all your answers correct!”。

下载Grammatip Correct扩展crx文件

下载Grammatip Correct扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
官方URL https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
简介 Get all your answers correct!
文件大小 20.18 KB
安装次数 359
当前版本 1.0
更新时间 2017-08-14
上架时间 2017-08-14
评分 2.20/5 共5次评分
开发者 Meep
付费类型 free
支持的语言 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"
    ]
}