MP Info

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

Qu'est-ce que MP Info ?

MP Info est une extension Chrome développée par unlikenesses, et sa fonction principale est "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MP Info

Téléchargez les fichiers d'extension MP Info 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

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

Informations de Base sur l'Extension

Nom MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
URL Officiel https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
Description A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
Taille du Fichier 88.6 KB
Nombre d'Installations 14
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2016-02-20
Date de Publication 2016-02-19
Développeur unlikenesses
Type de Paiement free
Langues Prises en Charge 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"
    }
}