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 هو إضافة Chrome تم تطويرها بواسطة unlikenesses، والميزة الرئيسية لها هي "A Chrome extension based on data provided by the They Work For You API (http://www.theyworkforyou.com/api).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MP Info

قم بتنزيل ملفات الامتداد MP Info بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}