MP Info

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

Apa itu MP Info?

MP Info adalah ekstensi Chrome yang dikembangkan oleh unlikenesses, dan fitur utamanya adalah "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MP Info

Unduh file ekstensi MP Info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MP Info MP Info
ID ecihneinfjdhacjgolbgdbmjffpipgla
URL Resmi https://chromewebstore.google.com/detail/mp-info/ecihneinfjdhacjgolbgdbmjffpipgla
Deskripsi A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).
Ukuran File 88.6 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2016-02-20
Tanggal Publikasi 2016-02-19
Pengembang unlikenesses
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}