MP Info

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

Wat is MP Info?

MP Info is een Chrome-extensie ontwikkeld door unlikenesses, en de belangrijkste functie is "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MP Info

Download MP Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
Officiële URL https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
Beschrijving A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
Bestandsgrootte 88.6 KB
Aantal Installaties 14
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2016-02-20
Publicatiedatum 2016-02-19
Ontwikkelaar unlikenesses
Betalingswijze free
Ondersteunde Talen 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"
    }
}