MP Info

A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).

什么是MP Info?

MP Info是由unlikenesses开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).”。

扩展截图

screenshot

下载MP Info扩展crx文件

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

扩展使用说明

                        MP Info uses data provided by the They Work For You API (http://www.theyworkforyou.com/api) to show information about British Members of Parliament. Names of MPs are highlighted on your web page and hovering over them shows a tool-tip showing the MP's name, party, constituency and voting record (according to a list of policies supplied by They Work For You).                    

扩展基本信息

名称 MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
官方URL https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
简介 A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
文件大小 88.6 KB
安装次数 14
当前版本 1.0.0.1
更新时间 2016-02-20
上架时间 2016-02-19
开发者 unlikenesses
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MP Info",
    "short_name": "MP Info",
    "description": "A Chrome extension based on data provided by the They Work For You API (http:\/\/www.theyworkforyou.com\/api).",
    "version": "1.0.0.1",
    "permissions": [
        "http:\/\/www.theyworkforyou.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/dist\/twfy.min.css",
                "css\/dist\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/dist\/vendor.js",
                "js\/dist\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/dist\/vendor.js",
            "js\/dist\/event.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/wait.gif"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}